Html Css Color HEX #9DE7EC Blizzard Blue

📋 copy color: '#9DE7EC'

red 157 ◦ green 231 ◦ blue 236

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

Shades of Blizzard Blue #9DE7EC

Tints of Blizzard Blue #9DE7EC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.02%

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

R = 25.16%
G = 37.02%
B = 37.82%

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

#9DE7EC (or 0x9DE7EC) is known color: Blizzard Blue. HEX triplet: 9D, E7 and EC. RGB value is (157,231,236). Sum of RGB (Red+Green+Blue) = 157+231+236=624 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.16% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DE7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DE7EC is #621813. Grayscale: #D1D1D1. Windows color (decimal): -6428692 or 15525789. OLE color: 15525789.

HSL color Cylindrical-coordinate representation of color #9DE7EC: hue angle of 183.8º 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 #9DE7EC is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 231 236 -
CMYK 0.33 0.02 0 0.07
HSL 183.8º 0.68% 0.77% -
HSV(B) 183.8º 0.33% 0.93% -
XYZ 57.62 70.38 89.9 -
YUV 209.44 142.98 90.59 -
System Red Green Blue C M Y K H S L
Decimal 157 231 236 0.33 0.02 0 0.07 183.8 0.68 0.77
Hex 9D E7 EC 21 2 0 7 B8 44 4D
Octal 235 347 354 41 2 0 7 270 104 115
Binary 10011101 11100111 11101100 100001 10 0 111 10111000 1000100 1001101

Color Harmonies of #9DE7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE7EC

Black with #9DE7EC

Text Example


Text Example

White with #9DE7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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