Html Css Color HEX #12CEEB Deep Sky Blue

📋 copy color: '#12CEEB'

red 18 ◦ green 206 ◦ blue 235

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

Shades of Deep Sky Blue #12CEEB

Tints of Deep Sky Blue #12CEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.2%

R = 3.92%
G = 44.88%
B = 51.2%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#12CEEB (or 0x12CEEB) is known color: Deep Sky Blue. HEX triplet: 12, CE and EB. RGB value is (18,206,235). Sum of RGB (Red+Green+Blue) = 18+206+235=459 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.92% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #12CEEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CEEB is #ED3114. Grayscale: #989898. Windows color (decimal): -15544597 or 15453714. OLE color: 15453714.

HSL color Cylindrical-coordinate representation of color #12CEEB: hue angle of 188.02º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12CEEB is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 206 235 -
CMYK 0.92 0.12 0 0.08
HSL 188.02º 0.86% 0.5% -
HSV(B) 188.02º 0.92% 0.92% -
XYZ 37.32 50.27 86.33 -
YUV 153.09 174.22 31.64 -
System Red Green Blue C M Y K H S L
Decimal 18 206 235 0.92 0.12 0 0.08 188.02 0.86 0.5
Hex 12 CE EB 5C C 0 8 BC 56 32
Octal 22 316 353 134 14 0 10 274 126 62
Binary 10010 11001110 11101011 1011100 1100 0 1000 10111100 1010110 110010

Color Harmonies of #12CEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CEEB

Black with #12CEEB

Text Example


Text Example

White with #12CEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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