#12C2EE

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

Shades of Deep Sky Blue #12C2EE

Tints of Deep Sky Blue #12C2EE

Color information

#12C2EE (or 0x12C2EE) is unknown color: approx Deep Sky Blue. HEX triplet: 12, C2 and EE. RGB value is (18,194,238). Sum of RGB (Red+Green+Blue) = 18+194+238=450 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #12C2EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12C2EE is #ED3D11. Grayscale: #929292. Windows color (decimal): -15547666 or 15647250. OLE color: 15647250.

HSL color Cylindrical-coordinate representation of color #12C2EE: hue angle of 192º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12C2EE is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18194238-
CMYK0.920.1800.07
HSL192º86.61%50.2%-
HSV(B)192º92.44%93.33%-
XYZ34.9744.8987.71-
YUV146.39179.6936.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4%
GREEN value IS 194 (76.17% from 255) = 43.11%
BLUE value IS 238 (93.36% from 255) = 52.89%
R=4%
G=43.11%
B=52.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal181942380.920.1800.0719286.6150.2
Hex12C2EE5C1207c05732
Octal22302356134220730012762
Binary1001011000010111011101011100100100111110000001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,194,238); }

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

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

 a { background-color: rgb(18,194,238); }

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

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

 span { border-color: rgb(18,194,238); }

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