Html Css Color HEX #12CEEE Deep Sky Blue

📋 copy color: '#12CEEE'

red 18 ◦ green 206 ◦ blue 238

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

Shades of Deep Sky Blue #12CEEE

Tints of Deep Sky Blue #12CEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.52%

R = 3.9%
G = 44.59%
B = 51.52%

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

#12CEEE (or 0x12CEEE) is known color: Deep Sky Blue. HEX triplet: 12, CE and EE. RGB value is (18,206,238). Sum of RGB (Red+Green+Blue) = 18+206+238=462 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.90% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #12CEEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CEEE is #ED3111. Grayscale: #999999. Windows color (decimal): -15544594 or 15650322. OLE color: 15650322.

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

Color convert

RGB 18 206 238 -
CMYK 0.92 0.13 0 0.07
HSL 188.73º 0.87% 0.5% -
HSV(B) 188.73º 0.92% 0.93% -
XYZ 37.75 50.44 88.64 -
YUV 153.44 175.72 31.4 -
System Red Green Blue C M Y K H S L
Decimal 18 206 238 0.92 0.13 0 0.07 188.73 0.87 0.5
Hex 12 CE EE 5C D 0 7 BD 57 32
Octal 22 316 356 134 15 0 7 275 127 62
Binary 10010 11001110 11101110 1011100 1101 0 111 10111101 1010111 110010

Color Harmonies of #12CEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CEEE

Black with #12CEEE

Text Example


Text Example

White with #12CEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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