Html Css Color HEX #9DEDF8 Blizzard Blue

📋 copy color: '#9DEDF8'

red 157 ◦ green 237 ◦ blue 248

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

Shades of Blizzard Blue #9DEDF8

Tints of Blizzard Blue #9DEDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.63%

R = 24.45%
G = 36.92%
B = 38.63%

CMYK

 C value IS 0.37

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9DEDF8 (or 0x9DEDF8) is known color: Blizzard Blue. HEX triplet: 9D, ED and F8. RGB value is (157,237,248). Sum of RGB (Red+Green+Blue) = 157+237+248=642 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.45% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 248 (97.27% from 255 or 38.63% from 642); Max value from RGB is 248 - color contains mainly: blue. Hex color #9DEDF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEDF8 is #621207. Grayscale: #D6D6D6. Windows color (decimal): -6427144 or 16313757. OLE color: 16313757.

HSL color Cylindrical-coordinate representation of color #9DEDF8: hue angle of 187.25º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DEDF8 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 157 237 248 -
CMYK 0.37 0.04 0 0.03
HSL 187.25º 0.87% 0.79% -
HSV(B) 187.25º 0.37% 0.97% -
XYZ 61.13 74.51 99.97 -
YUV 214.33 147 87.11 -
System Red Green Blue C M Y K H S L
Decimal 157 237 248 0.37 0.04 0 0.03 187.25 0.87 0.79
Hex 9D ED F8 25 4 0 3 BB 57 4F
Octal 235 355 370 45 4 0 3 273 127 117
Binary 10011101 11101101 11111000 100101 100 0 11 10111011 1010111 1001111

Color Harmonies of #9DEDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEDF8

Black with #9DEDF8

Text Example


Text Example

White with #9DEDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,237,248); }

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

background-color css

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

 a { background-color: rgb(157,237,248); }

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

border-color css

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

 span { border-color: rgb(157,237,248); }

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