Html Css Color HEX #8EECE2 Blizzard Blue

📋 copy color: '#8EECE2'

red 142 ◦ green 236 ◦ blue 226

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

Shades of Blizzard Blue #8EECE2

Tints of Blizzard Blue #8EECE2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.07%

 BLUE value IS 226 (88.67% from 255) = 37.42%

R = 23.51%
G = 39.07%
B = 37.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#8EECE2 (or 0x8EECE2) is known color: Blizzard Blue. HEX triplet: 8E, EC and E2. RGB value is (142,236,226). Sum of RGB (Red+Green+Blue) = 142+236+226=604 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.51% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #8EECE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EECE2 is #71131D. Grayscale: #CECECE. Windows color (decimal): -7410462 or 14871694. OLE color: 14871694.

HSL color Cylindrical-coordinate representation of color #8EECE2: hue angle of 173.62º degrees, saturation: 0.71, 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 #8EECE2 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 236 226 -
CMYK 0.40 0 0.04 0.07
HSL 173.62º 0.71% 0.74% -
HSV(B) 173.62º 0.4% 0.93% -
XYZ 54.88 71.23 82.81 -
YUV 206.75 138.86 81.81 -
System Red Green Blue C M Y K H S L
Decimal 142 236 226 0.40 0 0.04 0.07 173.62 0.71 0.74
Hex 8E EC E2 28 0 4 7 AE 47 4A
Octal 216 354 342 50 0 4 7 256 107 112
Binary 10001110 11101100 11100010 101000 0 100 111 10101110 1000111 1001010

Color Harmonies of #8EECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EECE2

Black with #8EECE2

Text Example


Text Example

White with #8EECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,236,226); }

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

background-color css

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

 a { background-color: rgb(142,236,226); }

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

border-color css

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

 span { border-color: rgb(142,236,226); }

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