Html Css Color HEX #8EEAE6 Blizzard Blue

📋 copy color: '#8EEAE6'

red 142 ◦ green 234 ◦ blue 230

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

Shades of Blizzard Blue #8EEAE6

Tints of Blizzard Blue #8EEAE6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.61%

 BLUE value IS 230 (90.23% from 255) = 37.95%

R = 23.43%
G = 38.61%
B = 37.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#8EEAE6 (or 0x8EEAE6) is known color: Blizzard Blue. HEX triplet: 8E, EA and E6. RGB value is (142,234,230). Sum of RGB (Red+Green+Blue) = 142+234+230=606 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.43% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #8EEAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEAE6 is #711519. Grayscale: #CDCDCD. Windows color (decimal): -7410970 or 15133326. OLE color: 15133326.

HSL color Cylindrical-coordinate representation of color #8EEAE6: hue angle of 177.39º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EEAE6 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 234 230 -
CMYK 0.39 0 0.02 0.08
HSL 177.39º 0.69% 0.74% -
HSV(B) 177.39º 0.39% 0.92% -
XYZ 54.86 70.31 85.54 -
YUV 206.04 141.52 82.33 -
System Red Green Blue C M Y K H S L
Decimal 142 234 230 0.39 0 0.02 0.08 177.39 0.69 0.74
Hex 8E EA E6 27 0 2 8 B1 45 4A
Octal 216 352 346 47 0 2 10 261 105 112
Binary 10001110 11101010 11100110 100111 0 10 1000 10110001 1000101 1001010

Color Harmonies of #8EEAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEAE6

Black with #8EEAE6

Text Example


Text Example

White with #8EEAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,234,230); }

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

background-color css

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

 a { background-color: rgb(142,234,230); }

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

border-color css

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

 span { border-color: rgb(142,234,230); }

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