Html Css Color HEX #9DEFF8 Blizzard Blue

📋 copy color: '#9DEFF8'

red 157 ◦ green 239 ◦ blue 248

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

Shades of Blizzard Blue #9DEFF8

Tints of Blizzard Blue #9DEFF8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.11%

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

R = 24.38%
G = 37.11%
B = 38.51%

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

#9DEFF8 (or 0x9DEFF8) is known color: Blizzard Blue. HEX triplet: 9D, EF and F8. RGB value is (157,239,248). Sum of RGB (Red+Green+Blue) = 157+239+248=644 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.38% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 248 (97.27% from 255 or 38.51% from 644); Max value from RGB is 248 - color contains mainly: blue. Hex color #9DEFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEFF8 is #621007. Grayscale: #D7D7D7. Windows color (decimal): -6426632 or 16314269. OLE color: 16314269.

HSL color Cylindrical-coordinate representation of color #9DEFF8: hue angle of 185.93º 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 #9DEFF8 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 157 239 248 -
CMYK 0.37 0.04 0 0.03
HSL 185.93º 0.87% 0.79% -
HSV(B) 185.93º 0.37% 0.97% -
XYZ 61.71 75.68 100.16 -
YUV 215.51 146.33 86.27 -
System Red Green Blue C M Y K H S L
Decimal 157 239 248 0.37 0.04 0 0.03 185.93 0.87 0.79
Hex 9D EF F8 25 4 0 3 BA 57 4F
Octal 235 357 370 45 4 0 3 272 127 117
Binary 10011101 11101111 11111000 100101 100 0 11 10111010 1010111 1001111

Color Harmonies of #9DEFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEFF8

Black with #9DEFF8

Text Example


Text Example

White with #9DEFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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