Html Css Color HEX #8EEBEB Blizzard Blue

📋 copy color: '#8EEBEB'

red 142 ◦ green 235 ◦ blue 235

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

Shades of Blizzard Blue #8EEBEB

Tints of Blizzard Blue #8EEBEB

RGB

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

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

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

R = 23.2%
G = 38.4%
B = 38.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8EEBEB (or 0x8EEBEB) is known color: Blizzard Blue. HEX triplet: 8E, EB and EB. RGB value is (142,235,235). Sum of RGB (Red+Green+Blue) = 142+235+235=612 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.20% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #8EEBEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEBEB is #711414. Grayscale: #CFCFCF. Windows color (decimal): -7410709 or 15461262. OLE color: 15461262.

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

Color convert

RGB 142 235 235 -
CMYK 0.40 0 0 0.08
HSL 180º 0.7% 0.74% -
HSV(B) 180º 0.4% 0.92% -
XYZ 55.86 71.17 89.39 -
YUV 207.19 143.69 81.5 -
System Red Green Blue C M Y K H S L
Decimal 142 235 235 0.40 0 0 0.08 180 0.7 0.74
Hex 8E EB EB 28 0 0 8 B4 46 4A
Octal 216 353 353 50 0 0 10 264 106 112
Binary 10001110 11101011 11101011 101000 0 0 1000 10110100 1000110 1001010

Color Harmonies of #8EEBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEBEB

Black with #8EEBEB

Text Example


Text Example

White with #8EEBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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