#0CA6F0

Color #0CA6F0 Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #0CA6F0

Tints of Deep Sky Blue #0CA6F0

Color information

#0CA6F0 (or 0x0CA6F0) is unknown color: approx Deep Sky Blue. HEX triplet: 0C, A6 and F0. RGB value is (12,166,240). Sum of RGB (Red+Green+Blue) = 12+166+240=418 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.87% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 240 (94.14% from 255 or 57.42% from 418); Max value from RGB is 240 - color contains mainly: blue. Hex color #0CA6F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CA6F0 is #F3590F. Grayscale: #7F7F7F. Windows color (decimal): -15948048 or 15771148. OLE color: 15771148.

HSL color Cylindrical-coordinate representation of color #0CA6F0: hue angle of 199.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CA6F0 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12166240-
CMYK0.950.3100.06
HSL199.47º90.48%49.41%-
HSV(B)199.47º95%94.12%-
XYZ29.5233.6487.38-
YUV128.39190.9844.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 2.87%
GREEN value IS 166 (65.23% from 255) = 39.71%
BLUE value IS 240 (94.14% from 255) = 57.42%
R=2.87%
G=39.71%
B=57.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal121662400.950.3100.06199.4790.4849.41
HexCA6F05F1F06c75a31
Octal14246360137370630713261
Binary110010100110111100001011111111110110110001111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CA6F0; }

 p { color: rgb(12,166,240); }

 H1.HeaderClassName
 {
   color: #0CA6F0;
 }
 .AnyTagClassName
 {
   color: #0CA6F0;
 }
</style>
background-color css

<style>
 a { background-color: #0CA6F0; }

 a { background-color: rgb(12,166,240); }

 div.DivClassName
 {
   background-color: #0CA6F0;
 }
 .BgClassName
 {
   background-color: #0CA6F0;
 }
</style>
border-color css

<style>
 span { border-color: #0CA6F0; }

 span { border-color: rgb(12,166,240); }

 td.TdClassName
 {
   border-color: #0CA6F0;
 }
 .TagClassName
 {
   border-color: #0CA6F0;
 }
</style>