Html Css Color HEX #8EEDEC Blizzard Blue

📋 copy color: '#8EEDEC'

red 142 ◦ green 237 ◦ blue 236

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

Shades of Blizzard Blue #8EEDEC

Tints of Blizzard Blue #8EEDEC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.54%

 BLUE value IS 236 (92.58% from 255) = 38.37%

R = 23.09%
G = 38.54%
B = 38.37%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#8EEDEC (or 0x8EEDEC) is known color: Blizzard Blue. HEX triplet: 8E, ED and EC. RGB value is (142,237,236). Sum of RGB (Red+Green+Blue) = 142+237+236=615 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.09% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #8EEDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEDEC is #711213. Grayscale: #D0D0D0. Windows color (decimal): -7410196 or 15527310. OLE color: 15527310.

HSL color Cylindrical-coordinate representation of color #8EEDEC: hue angle of 179.37º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEDEC is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 237 236 -
CMYK 0.40 0 0.00 0.07
HSL 179.37º 0.73% 0.74% -
HSV(B) 179.37º 0.4% 0.93% -
XYZ 56.58 72.38 90.34 -
YUV 208.48 143.53 80.58 -
System Red Green Blue C M Y K H S L
Decimal 142 237 236 0.40 0 0.00 0.07 179.37 0.73 0.74
Hex 8E ED EC 28 0 0 7 B3 49 4A
Octal 216 355 354 50 0 0 7 263 111 112
Binary 10001110 11101101 11101100 101000 0 0 111 10110011 1001001 1001010

Color Harmonies of #8EEDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEDEC

Black with #8EEDEC

Text Example


Text Example

White with #8EEDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,237,236); }

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

background-color css

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

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

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

border-color css

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

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

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