#9DF4FD

Color #9DF4FD Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #9DF4FD

Tints of Blizzard Blue #9DF4FD

Color information

#9DF4FD (or 0x9DF4FD) is unknown color: approx Blizzard Blue. HEX triplet: 9D, F4 and FD. RGB value is (157,244,253). Sum of RGB (Red+Green+Blue) = 157+244+253=654 (86% of max value = 765). Red value is 157 (61.72% from 255 or 24.01% from 654); Green value is 244 (95.70% from 255 or 37.31% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #9DF4FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF4FD is #620B02. Grayscale: #DADADA. Windows color (decimal): -6425347 or 16643229. OLE color: 16643229.

HSL color Cylindrical-coordinate representation of color #9DF4FD: hue angle of 185.62º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DF4FD is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB157244253-
CMYK0.380.0400.01
HSL185.62º96%80.39%-
HSV(B)185.62º37.94%99.22%-
XYZ63.9878.96104.8-
YUV219.01147.1883.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.01%
GREEN value IS 244 (95.70% from 255) = 37.31%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=24.01%
G=37.31%
B=38.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1572442530.380.0400.01185.629680.39
Hex9DF4FD26401ba6050
Octal23536437546401272140120
Binary100111011111010011111101100110100011011101011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,244,253); }

 H1.HeaderClassName
 {
   color: #9DF4FD;
 }
 .AnyTagClassName
 {
   color: #9DF4FD;
 }
</style>
background-color css

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

 a { background-color: rgb(157,244,253); }

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

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

 span { border-color: rgb(157,244,253); }

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