Html Css Color HEX #8EEBE3 Blizzard Blue

📋 copy color: '#8EEBE3'

red 142 ◦ green 235 ◦ blue 227

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

Shades of Blizzard Blue #8EEBE3

Tints of Blizzard Blue #8EEBE3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.91%

 BLUE value IS 227 (89.06% from 255) = 37.58%

R = 23.51%
G = 38.91%
B = 37.58%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#8EEBE3 (or 0x8EEBE3) is known color: Blizzard Blue. HEX triplet: 8E, EB and E3. RGB value is (142,235,227). Sum of RGB (Red+Green+Blue) = 142+235+227=604 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.51% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 227 (89.06% from 255 or 37.58% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #8EEBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEBE3 is #71141C. Grayscale: #CECECE. Windows color (decimal): -7410717 or 14936974. OLE color: 14936974.

HSL color Cylindrical-coordinate representation of color #8EEBE3: hue angle of 174.84º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEBE3 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 235 227 -
CMYK 0.40 0 0.03 0.08
HSL 174.84º 0.7% 0.74% -
HSV(B) 174.84º 0.4% 0.92% -
XYZ 54.73 70.71 83.44 -
YUV 206.28 139.69 82.15 -
System Red Green Blue C M Y K H S L
Decimal 142 235 227 0.40 0 0.03 0.08 174.84 0.7 0.74
Hex 8E EB E3 28 0 3 8 AF 46 4A
Octal 216 353 343 50 0 3 10 257 106 112
Binary 10001110 11101011 11100011 101000 0 11 1000 10101111 1000110 1001010

Color Harmonies of #8EEBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEBE3

Black with #8EEBE3

Text Example


Text Example

White with #8EEBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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