Html Css Color HEX #8EE8E7 Blizzard Blue

📋 copy color: '#8EE8E7'

red 142 ◦ green 232 ◦ blue 231

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

Shades of Blizzard Blue #8EE8E7

Tints of Blizzard Blue #8EE8E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.18%

R = 23.47%
G = 38.35%
B = 38.18%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.00

 K value IS 0.09

RGB Variations

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

Color information

#8EE8E7 (or 0x8EE8E7) is known color: Blizzard Blue. HEX triplet: 8E, E8 and E7. RGB value is (142,232,231). Sum of RGB (Red+Green+Blue) = 142+232+231=605 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.47% from 605); Green value is 232 (91.02% from 255 or 38.35% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 232 - color contains mainly: green. Hex color #8EE8E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EE8E7 is #711718. Grayscale: #CCCCCC. Windows color (decimal): -7411481 or 15198350. OLE color: 15198350.

HSL color Cylindrical-coordinate representation of color #8EE8E7: hue angle of 179.33º 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 #8EE8E7 is Cyan = 0.39, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 142 232 231 -
CMYK 0.39 0 0.00 0.09
HSL 179.33º 0.66% 0.73% -
HSV(B) 179.33º 0.39% 0.91% -
XYZ 54.44 69.23 86.1 -
YUV 204.98 142.68 83.08 -
System Red Green Blue C M Y K H S L
Decimal 142 232 231 0.39 0 0.00 0.09 179.33 0.66 0.73
Hex 8E E8 E7 27 0 0 9 B3 42 49
Octal 216 350 347 47 0 0 11 263 102 111
Binary 10001110 11101000 11100111 100111 0 0 1001 10110011 1000010 1001001

Color Harmonies of #8EE8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE8E7

Black with #8EE8E7

Text Example


Text Example

White with #8EE8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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