#9DF5FE

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

Shades of Blizzard Blue #9DF5FE

Tints of Blizzard Blue #9DF5FE

Color information

#9DF5FE (or 0x9DF5FE) is unknown color: approx Blizzard Blue. HEX triplet: 9D, F5 and FE. RGB value is (157,245,254). Sum of RGB (Red+Green+Blue) = 157+245+254=656 (86% of max value = 765). Red value is 157 (61.72% from 255 or 23.93% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DF5FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF5FE is #620A01. Grayscale: #DBDBDB. Windows color (decimal): -6425090 or 16709021. OLE color: 16709021.

HSL color Cylindrical-coordinate representation of color #9DF5FE: hue angle of 185.57º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DF5FE is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB157245254-
CMYK0.380.0400.00
HSL185.57º97.98%80.59%-
HSV(B)185.57º38.19%99.61%-
XYZ64.4579.63105.74-
YUV219.71147.3583.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 23.93%
GREEN value IS 245 (96.09% from 255) = 37.35%
BLUE value IS 254 (99.61% from 255) = 38.72%
R=23.93%
G=37.35%
B=38.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1572452540.380.0400.00185.5797.9880.59
Hex9DF5FE26400ba6251
Octal23536537646400272142121
Binary100111011111010111111110100110100001011101011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,245,254); }

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

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

 a { background-color: rgb(157,245,254); }

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

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

 span { border-color: rgb(157,245,254); }

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