Html Css Color HEX #8DE9EC Blizzard Blue

📋 copy color: '#8DE9EC'

red 141 ◦ green 233 ◦ blue 236

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

Shades of Blizzard Blue #8DE9EC

Tints of Blizzard Blue #8DE9EC

RGB

 RED value IS 141 (55.47% from 255) = 23.11%

 GREEN value IS 233 (91.41% from 255) = 38.2%

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

R = 23.11%
G = 38.2%
B = 38.69%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DE9EC (or 0x8DE9EC) is known color: Blizzard Blue. HEX triplet: 8D, E9 and EC. RGB value is (141,233,236). Sum of RGB (Red+Green+Blue) = 141+233+236=610 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.11% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DE9EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE9EC is #721613. Grayscale: #CDCDCD. Windows color (decimal): -7476756 or 15526285. OLE color: 15526285.

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

Color convert

RGB 141 233 236 -
CMYK 0.40 0.01 0 0.07
HSL 181.89º 0.71% 0.74% -
HSV(B) 181.89º 0.4% 0.93% -
XYZ 55.26 70 89.95 -
YUV 205.83 145.02 81.76 -
System Red Green Blue C M Y K H S L
Decimal 141 233 236 0.40 0.01 0 0.07 181.89 0.71 0.74
Hex 8D E9 EC 28 1 0 7 B6 47 4A
Octal 215 351 354 50 1 0 7 266 107 112
Binary 10001101 11101001 11101100 101000 1 0 111 10110110 1000111 1001010

Color Harmonies of #8DE9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE9EC

Black with #8DE9EC

Text Example


Text Example

White with #8DE9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,233,236); }

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

background-color css

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

 a { background-color: rgb(141,233,236); }

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

border-color css

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

 span { border-color: rgb(141,233,236); }

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