Html Css Color HEX #8EE0ED Blizzard Blue

📋 copy color: '#8EE0ED'

red 142 ◦ green 224 ◦ blue 237

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

Shades of Blizzard Blue #8EE0ED

Tints of Blizzard Blue #8EE0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.3%

R = 23.55%
G = 37.15%
B = 39.3%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8EE0ED (or 0x8EE0ED) is known color: Blizzard Blue. HEX triplet: 8E, E0 and ED. RGB value is (142,224,237). Sum of RGB (Red+Green+Blue) = 142+224+237=603 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.55% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #8EE0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE0ED is #711F12. Grayscale: #C8C8C8. Windows color (decimal): -7413523 or 15589518. OLE color: 15589518.

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

Color convert

RGB 142 224 237 -
CMYK 0.40 0.05 0 0.07
HSL 188.21º 0.73% 0.74% -
HSV(B) 188.21º 0.4% 0.93% -
XYZ 53.1 65.18 89.9 -
YUV 200.96 148.33 85.94 -
System Red Green Blue C M Y K H S L
Decimal 142 224 237 0.40 0.05 0 0.07 188.21 0.73 0.74
Hex 8E E0 ED 28 5 0 7 BC 49 4A
Octal 216 340 355 50 5 0 7 274 111 112
Binary 10001110 11100000 11101101 101000 101 0 111 10111100 1001001 1001010

Color Harmonies of #8EE0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE0ED

Black with #8EE0ED

Text Example


Text Example

White with #8EE0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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