Html Css Color HEX #9DE8EC Blizzard Blue

📋 copy color: '#9DE8EC'

red 157 ◦ green 232 ◦ blue 236

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

Shades of Blizzard Blue #9DE8EC

Tints of Blizzard Blue #9DE8EC

RGB

 RED value IS 157 (61.72% from 255) = 25.12%

 GREEN value IS 232 (91.02% from 255) = 37.12%

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

R = 25.12%
G = 37.12%
B = 37.76%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9DE8EC (or 0x9DE8EC) is known color: Blizzard Blue. HEX triplet: 9D, E8 and EC. RGB value is (157,232,236). Sum of RGB (Red+Green+Blue) = 157+232+236=625 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.12% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DE8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DE8EC is #621713. Grayscale: #D1D1D1. Windows color (decimal): -6428436 or 15526045. OLE color: 15526045.

HSL color Cylindrical-coordinate representation of color #9DE8EC: hue angle of 183.04º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DE8EC is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 232 236 -
CMYK 0.33 0.02 0 0.07
HSL 183.04º 0.68% 0.77% -
HSV(B) 183.04º 0.33% 0.93% -
XYZ 57.9 70.94 90 -
YUV 210.03 142.65 90.17 -
System Red Green Blue C M Y K H S L
Decimal 157 232 236 0.33 0.02 0 0.07 183.04 0.68 0.77
Hex 9D E8 EC 21 2 0 7 B7 44 4D
Octal 235 350 354 41 2 0 7 267 104 115
Binary 10011101 11101000 11101100 100001 10 0 111 10110111 1000100 1001101

Color Harmonies of #9DE8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE8EC

Black with #9DE8EC

Text Example


Text Example

White with #9DE8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DE8EC; }

 p { color: rgb(157,232,236); }

 H1.HeaderClassName
 {
   color: #9DE8EC;
 }
 .AnyTagClassName
 {
   color: #9DE8EC;
 }
</style>

background-color css

<style>
 a { background-color: #9DE8EC; }

 a { background-color: rgb(157,232,236); }

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

border-color css

<style>
 span { border-color: #9DE8EC; }

 span { border-color: rgb(157,232,236); }

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