#9FEBFD

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

Shades of Blizzard Blue #9FEBFD

Tints of Blizzard Blue #9FEBFD

Color information

#9FEBFD (or 0x9FEBFD) is unknown color: approx Blizzard Blue. HEX triplet: 9F, EB and FD. RGB value is (159,235,253). Sum of RGB (Red+Green+Blue) = 159+235+253=647 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.57% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #9FEBFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEBFD is #601402. Grayscale: #D6D6D6. Windows color (decimal): -6296579 or 16640927. OLE color: 16640927.

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

Color convert

RGB159235253-
CMYK0.370.0700.01
HSL191.49º95.92%80.78%-
HSV(B)191.49º37.15%99.22%-
XYZ61.7473.88103.93-
YUV214.33149.8288.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.57%
GREEN value IS 235 (92.19% from 255) = 36.32%
BLUE value IS 253 (99.22% from 255) = 39.10%
R=24.57%
G=36.32%
B=39.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1592352530.370.0700.01191.4995.9280.78
Hex9FEBFD25701bf6051
Octal23735337545701277140121
Binary100111111110101111111101100101111011011111111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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