Html Css Color HEX #12CEEC Deep Sky Blue

📋 copy color: '#12CEEC'

red 18 ◦ green 206 ◦ blue 236

#12CEEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #12CEEC

Tints of Deep Sky Blue #12CEEC

RGB

 RED value IS 18 (7.42% from 255) = 3.91%

 GREEN value IS 206 (80.86% from 255) = 44.78%

 BLUE value IS 236 (92.58% from 255) = 51.3%

R = 3.91%
G = 44.78%
B = 51.3%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#12CEEC (or 0x12CEEC) is known color: Deep Sky Blue. HEX triplet: 12, CE and EC. RGB value is (18,206,236). Sum of RGB (Red+Green+Blue) = 18+206+236=460 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.91% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #12CEEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CEEC is #ED3113. Grayscale: #989898. Windows color (decimal): -15544596 or 15519250. OLE color: 15519250.

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

Color convert

RGB 18 206 236 -
CMYK 0.92 0.13 0 0.07
HSL 188.26º 0.86% 0.5% -
HSV(B) 188.26º 0.92% 0.93% -
XYZ 37.46 50.33 87.1 -
YUV 153.21 174.72 31.56 -
System Red Green Blue C M Y K H S L
Decimal 18 206 236 0.92 0.13 0 0.07 188.26 0.86 0.5
Hex 12 CE EC 5C D 0 7 BC 56 32
Octal 22 316 354 134 15 0 7 274 126 62
Binary 10010 11001110 11101100 1011100 1101 0 111 10111100 1010110 110010

Color Harmonies of #12CEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CEEC

Black with #12CEEC

Text Example


Text Example

White with #12CEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,206,236); }

 H1.HeaderClassName
 {
   color: #12CEEC;
 }
 .AnyTagClassName
 {
   color: #12CEEC;
 }
</style>

background-color css

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

 a { background-color: rgb(18,206,236); }

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

border-color css

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

 span { border-color: rgb(18,206,236); }

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