#12C6EE

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

Shades of Deep Sky Blue #12C6EE

Tints of Deep Sky Blue #12C6EE

Color information

#12C6EE (or 0x12C6EE) is unknown color: approx Deep Sky Blue. HEX triplet: 12, C6 and EE. RGB value is (18,198,238). Sum of RGB (Red+Green+Blue) = 18+198+238=454 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.96% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #12C6EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12C6EE is #ED3911. Grayscale: #949494. Windows color (decimal): -15546642 or 15648274. OLE color: 15648274.

HSL color Cylindrical-coordinate representation of color #12C6EE: hue angle of 190.91º 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 #12C6EE is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18198238-
CMYK0.920.1700.07
HSL190.91º86.61%50.2%-
HSV(B)190.91º92.44%93.33%-
XYZ35.8846.6988.01-
YUV148.74178.3734.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.96%
GREEN value IS 198 (77.73% from 255) = 43.61%
BLUE value IS 238 (93.36% from 255) = 52.42%
R=3.96%
G=43.61%
B=52.42%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal181982380.920.1700.07190.9186.6150.2
Hex12C6EE5C1107bf5732
Octal22306356134210727712762
Binary1001011000110111011101011100100010111101111111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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