Html Css Color HEX #8EE9EE Blizzard Blue

📋 copy color: '#8EE9EE'

red 142 ◦ green 233 ◦ blue 238

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

Shades of Blizzard Blue #8EE9EE

Tints of Blizzard Blue #8EE9EE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.01%

 BLUE value IS 238 (93.36% from 255) = 38.83%

R = 23.16%
G = 38.01%
B = 38.83%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8EE9EE (or 0x8EE9EE) is known color: Blizzard Blue. HEX triplet: 8E, E9 and EE. RGB value is (142,233,238). Sum of RGB (Red+Green+Blue) = 142+233+238=613 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.16% from 613); Green value is 233 (91.41% from 255 or 38.01% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #8EE9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EE9EE is #711611. Grayscale: #CECECE. Windows color (decimal): -7411218 or 15657358. OLE color: 15657358.

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

Color convert

RGB 142 233 238 -
CMYK 0.40 0.02 0 0.07
HSL 183.13º 0.74% 0.75% -
HSV(B) 183.13º 0.4% 0.93% -
XYZ 55.73 70.2 91.5 -
YUV 206.36 145.85 82.09 -
System Red Green Blue C M Y K H S L
Decimal 142 233 238 0.40 0.02 0 0.07 183.13 0.74 0.75
Hex 8E E9 EE 28 2 0 7 B7 4A 4B
Octal 216 351 356 50 2 0 7 267 112 113
Binary 10001110 11101001 11101110 101000 10 0 111 10110111 1001010 1001011

Color Harmonies of #8EE9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE9EE

Black with #8EE9EE

Text Example


Text Example

White with #8EE9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,233,238); }

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

background-color css

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

 a { background-color: rgb(142,233,238); }

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

border-color css

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

 span { border-color: rgb(142,233,238); }

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