Html Css Color HEX #8EE8EE Blizzard Blue

📋 copy color: '#8EE8EE'

red 142 ◦ green 232 ◦ blue 238

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

Shades of Blizzard Blue #8EE8EE

Tints of Blizzard Blue #8EE8EE

RGB

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

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

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

R = 23.2%
G = 37.91%
B = 38.89%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8EE8EE (or 0x8EE8EE) is known color: Blizzard Blue. HEX triplet: 8E, E8 and EE. RGB value is (142,232,238). Sum of RGB (Red+Green+Blue) = 142+232+238=612 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.20% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #8EE8EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EE8EE is #711711. Grayscale: #CDCDCD. Windows color (decimal): -7411474 or 15657102. OLE color: 15657102.

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

Color convert

RGB 142 232 238 -
CMYK 0.40 0.03 0 0.07
HSL 183.75º 0.74% 0.75% -
HSV(B) 183.75º 0.4% 0.93% -
XYZ 55.44 69.64 91.41 -
YUV 205.77 146.18 82.51 -
System Red Green Blue C M Y K H S L
Decimal 142 232 238 0.40 0.03 0 0.07 183.75 0.74 0.75
Hex 8E E8 EE 28 3 0 7 B8 4A 4B
Octal 216 350 356 50 3 0 7 270 112 113
Binary 10001110 11101000 11101110 101000 11 0 111 10111000 1001010 1001011

Color Harmonies of #8EE8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE8EE

Black with #8EE8EE

Text Example


Text Example

White with #8EE8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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