Html Css Color HEX #8EE0EE Blizzard Blue

📋 copy color: '#8EE0EE'

red 142 ◦ green 224 ◦ blue 238

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

Shades of Blizzard Blue #8EE0EE

Tints of Blizzard Blue #8EE0EE

RGB

 RED value IS 142 (55.86% from 255) = 23.51%

 GREEN value IS 224 (87.89% from 255) = 37.09%

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

R = 23.51%
G = 37.09%
B = 39.4%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8EE0EE (or 0x8EE0EE) is known color: Blizzard Blue. HEX triplet: 8E, E0 and EE. RGB value is (142,224,238). Sum of RGB (Red+Green+Blue) = 142+224+238=604 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.51% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #8EE0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE0EE is #711F11. Grayscale: #C8C8C8. Windows color (decimal): -7413522 or 15655054. OLE color: 15655054.

HSL color Cylindrical-coordinate representation of color #8EE0EE: hue angle of 188.75º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EE0EE is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 224 238 -
CMYK 0.40 0.06 0 0.07
HSL 188.75º 0.74% 0.75% -
HSV(B) 188.75º 0.4% 0.93% -
XYZ 53.24 65.24 90.67 -
YUV 201.08 148.83 85.86 -
System Red Green Blue C M Y K H S L
Decimal 142 224 238 0.40 0.06 0 0.07 188.75 0.74 0.75
Hex 8E E0 EE 28 6 0 7 BD 4A 4B
Octal 216 340 356 50 6 0 7 275 112 113
Binary 10001110 11100000 11101110 101000 110 0 111 10111101 1001010 1001011

Color Harmonies of #8EE0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE0EE

Black with #8EE0EE

Text Example


Text Example

White with #8EE0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8EE0EE; }

 p { color: rgb(142,224,238); }

 H1.HeaderClassName
 {
   color: #8EE0EE;
 }
 .AnyTagClassName
 {
   color: #8EE0EE;
 }
</style>

background-color css

<style>
 a { background-color: #8EE0EE; }

 a { background-color: rgb(142,224,238); }

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

border-color css

<style>
 span { border-color: #8EE0EE; }

 span { border-color: rgb(142,224,238); }

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