#9FEDFD

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

Shades of Blizzard Blue #9FEDFD

Tints of Blizzard Blue #9FEDFD

Color information

#9FEDFD (or 0x9FEDFD) is unknown color: approx Blizzard Blue. HEX triplet: 9F, ED and FD. RGB value is (159,237,253). Sum of RGB (Red+Green+Blue) = 159+237+253=649 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.50% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #9FEDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEDFD is #601202. Grayscale: #D7D7D7. Windows color (decimal): -6296067 or 16641439. OLE color: 16641439.

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

Color convert

RGB159237253-
CMYK0.370.0600.01
HSL190.21º95.92%80.78%-
HSV(B)190.21º37.15%99.22%-
XYZ62.3175.03104.13-
YUV215.5149.1687.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.50%
GREEN value IS 237 (92.97% from 255) = 36.52%
BLUE value IS 253 (99.22% from 255) = 38.98%
R=24.50%
G=36.52%
B=38.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1592372530.370.0600.01190.2195.9280.78
Hex9FEDFD25601be6051
Octal23735537545601276140121
Binary100111111110110111111101100101110011011111011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,237,253); }

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

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

 a { background-color: rgb(159,237,253); }

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

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

 span { border-color: rgb(159,237,253); }

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