Html Css Color HEX #8EEBEA Blizzard Blue

📋 copy color: '#8EEBEA'

red 142 ◦ green 235 ◦ blue 234

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

Shades of Blizzard Blue #8EEBEA

Tints of Blizzard Blue #8EEBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.3%

R = 23.24%
G = 38.46%
B = 38.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#8EEBEA (or 0x8EEBEA) is known color: Blizzard Blue. HEX triplet: 8E, EB and EA. RGB value is (142,235,234). Sum of RGB (Red+Green+Blue) = 142+235+234=611 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.24% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #8EEBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEBEA is #711415. Grayscale: #CECECE. Windows color (decimal): -7410710 or 15395726. OLE color: 15395726.

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

Color convert

RGB 142 235 234 -
CMYK 0.40 0 0.00 0.08
HSL 179.35º 0.7% 0.74% -
HSV(B) 179.35º 0.4% 0.92% -
XYZ 55.71 71.11 88.63 -
YUV 207.08 143.19 81.58 -
System Red Green Blue C M Y K H S L
Decimal 142 235 234 0.40 0 0.00 0.08 179.35 0.7 0.74
Hex 8E EB EA 28 0 0 8 B3 46 4A
Octal 216 353 352 50 0 0 10 263 106 112
Binary 10001110 11101011 11101010 101000 0 0 1000 10110011 1000110 1001010

Color Harmonies of #8EEBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEBEA

Black with #8EEBEA

Text Example


Text Example

White with #8EEBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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