Html Css Color HEX #8EEEEB Blizzard Blue

📋 copy color: '#8EEEEB'

red 142 ◦ green 238 ◦ blue 235

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

Shades of Blizzard Blue #8EEEEB

Tints of Blizzard Blue #8EEEEB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.7%

 BLUE value IS 235 (92.19% from 255) = 38.21%

R = 23.09%
G = 38.7%
B = 38.21%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#8EEEEB (or 0x8EEEEB) is known color: Blizzard Blue. HEX triplet: 8E, EE and EB. RGB value is (142,238,235). Sum of RGB (Red+Green+Blue) = 142+238+235=615 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.09% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEEEB is #711114. Grayscale: #D0D0D0. Windows color (decimal): -7409941 or 15462030. OLE color: 15462030.

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

Color convert

RGB 142 238 235 -
CMYK 0.40 0 0.01 0.07
HSL 178.13º 0.74% 0.75% -
HSV(B) 178.13º 0.4% 0.93% -
XYZ 56.73 72.9 89.68 -
YUV 208.95 142.7 80.24 -
System Red Green Blue C M Y K H S L
Decimal 142 238 235 0.40 0 0.01 0.07 178.13 0.74 0.75
Hex 8E EE EB 28 0 1 7 B2 4A 4B
Octal 216 356 353 50 0 1 7 262 112 113
Binary 10001110 11101110 11101011 101000 0 1 111 10110010 1001010 1001011

Color Harmonies of #8EEEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEEEB

Black with #8EEEEB

Text Example


Text Example

White with #8EEEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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