#0CC4F4

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

Shades of Deep Sky Blue #0CC4F4

Tints of Deep Sky Blue #0CC4F4

Color information

#0CC4F4 (or 0x0CC4F4) is unknown color: approx Deep Sky Blue. HEX triplet: 0C, C4 and F4. RGB value is (12,196,244). Sum of RGB (Red+Green+Blue) = 12+196+244=452 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.65% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 244 (95.70% from 255 or 53.98% from 452); Max value from RGB is 244 - color contains mainly: blue. Hex color #0CC4F4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CC4F4 is #F33B0B. Grayscale: #929292. Windows color (decimal): -15940364 or 16040972. OLE color: 16040972.

HSL color Cylindrical-coordinate representation of color #0CC4F4: hue angle of 192.41º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CC4F4 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12196244-
CMYK0.950.2000.04
HSL192.41º91.34%50.2%-
HSV(B)192.41º95.08%95.69%-
XYZ36.2246.0992.58-
YUV146.46183.0432.1-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.65%
GREEN value IS 196 (76.95% from 255) = 43.36%
BLUE value IS 244 (95.70% from 255) = 53.98%
R=2.65%
G=43.36%
B=53.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal121962440.950.2000.04192.4191.3450.2
HexCC4F45F1404c05b32
Octal14304364137240430013362
Binary110011000100111101001011111101000100110000001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC4F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,196,244); }

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

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

 a { background-color: rgb(12,196,244); }

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

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

 span { border-color: rgb(12,196,244); }

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