#12CCF4

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

Shades of Deep Sky Blue #12CCF4

Tints of Deep Sky Blue #12CCF4

Color information

#12CCF4 (or 0x12CCF4) is unknown color: approx Deep Sky Blue. HEX triplet: 12, CC and F4. RGB value is (18,204,244). Sum of RGB (Red+Green+Blue) = 18+204+244=466 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.86% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 244 (95.70% from 255 or 52.36% from 466); Max value from RGB is 244 - color contains mainly: blue. Hex color #12CCF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CCF4 is #ED330B. Grayscale: #989898. Windows color (decimal): -15545100 or 16043026. OLE color: 16043026.

HSL color Cylindrical-coordinate representation of color #12CCF4: hue angle of 190.62º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12CCF4 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18204244-
CMYK0.930.1600.04
HSL190.62º91.13%51.37%-
HSV(B)190.62º92.62%95.69%-
XYZ38.1749.8593.2-
YUV152.95179.3831.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.86%
GREEN value IS 204 (80.08% from 255) = 43.78%
BLUE value IS 244 (95.70% from 255) = 52.36%
R=3.86%
G=43.78%
B=52.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal182042440.930.1600.04190.6291.1351.37
Hex12CCF45D1004bf5b33
Octal22314364135200427713363
Binary1001011001100111101001011101100000100101111111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12CCF4; }

 p { color: rgb(18,204,244); }

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

<style>
 a { background-color: #12CCF4; }

 a { background-color: rgb(18,204,244); }

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

<style>
 span { border-color: #12CCF4; }

 span { border-color: rgb(18,204,244); }

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