Html Css Color HEX #8EE8E5 Blizzard Blue

📋 copy color: '#8EE8E5'

red 142 ◦ green 232 ◦ blue 229

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

Shades of Blizzard Blue #8EE8E5

Tints of Blizzard Blue #8EE8E5

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.47%

 BLUE value IS 229 (89.84% from 255) = 37.98%

R = 23.55%
G = 38.47%
B = 37.98%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#8EE8E5 (or 0x8EE8E5) is known color: Blizzard Blue. HEX triplet: 8E, E8 and E5. RGB value is (142,232,229). Sum of RGB (Red+Green+Blue) = 142+232+229=603 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.55% from 603); Green value is 232 (91.02% from 255 or 38.47% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 232 - color contains mainly: green. Hex color #8EE8E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EE8E5 is #71171A. Grayscale: #CCCCCC. Windows color (decimal): -7411483 or 15067278. OLE color: 15067278.

HSL color Cylindrical-coordinate representation of color #8EE8E5: hue angle of 178º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EE8E5 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 142 232 229 -
CMYK 0.39 0 0.01 0.09
HSL 178º 0.66% 0.73% -
HSV(B) 178º 0.39% 0.91% -
XYZ 54.15 69.12 84.62 -
YUV 204.75 141.68 83.24 -
System Red Green Blue C M Y K H S L
Decimal 142 232 229 0.39 0 0.01 0.09 178 0.66 0.73
Hex 8E E8 E5 27 0 1 9 B2 42 49
Octal 216 350 345 47 0 1 11 262 102 111
Binary 10001110 11101000 11100101 100111 0 1 1001 10110010 1000010 1001001

Color Harmonies of #8EE8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE8E5

Black with #8EE8E5

Text Example


Text Example

White with #8EE8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,232,229); }

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

background-color css

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

 a { background-color: rgb(142,232,229); }

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

border-color css

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

 span { border-color: rgb(142,232,229); }

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