#9FEBF0

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

Shades of Blizzard Blue #9FEBF0

Tints of Blizzard Blue #9FEBF0

Color information

#9FEBF0 (or 0x9FEBF0) is unknown color: approx Blizzard Blue. HEX triplet: 9F, EB and F0. RGB value is (159,235,240). Sum of RGB (Red+Green+Blue) = 159+235+240=634 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.08% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #9FEBF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEBF0 is #60140F. Grayscale: #D4D4D4. Windows color (decimal): -6296592 or 15788959. OLE color: 15788959.

HSL color Cylindrical-coordinate representation of color #9FEBF0: hue angle of 183.7º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FEBF0 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB159235240-
CMYK0.340.0200.06
HSL183.7º72.97%78.24%-
HSV(B)183.7º33.75%94.12%-
XYZ59.7373.0893.4-
YUV212.85143.3289.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.08%
GREEN value IS 235 (92.19% from 255) = 37.07%
BLUE value IS 240 (94.14% from 255) = 37.85%
R=25.08%
G=37.07%
B=37.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592352400.340.0200.06183.772.9778.24
Hex9FEBF022206b8494e
Octal23735336042206270111116
Binary1001111111101011111100001000101001101011100010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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