#9BF2F9

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

Shades of Blizzard Blue #9BF2F9

Tints of Blizzard Blue #9BF2F9

Color information

#9BF2F9 (or 0x9BF2F9) is unknown color: approx Blizzard Blue. HEX triplet: 9B, F2 and F9. RGB value is (155,242,249). Sum of RGB (Red+Green+Blue) = 155+242+249=646 (85% of max value = 765). Red value is 155 (60.94% from 255 or 23.99% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 249 (97.66% from 255 or 38.54% from 646); Max value from RGB is 249 - color contains mainly: blue. Hex color #9BF2F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF2F9 is #640D06. Grayscale: #D8D8D8. Windows color (decimal): -6556935 or 16380571. OLE color: 16380571.

HSL color Cylindrical-coordinate representation of color #9BF2F9: hue angle of 184.47º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BF2F9 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155242249-
CMYK0.380.0300.02
HSL184.47º88.68%79.22%-
HSV(B)184.47º37.75%97.65%-
XYZ62.3777.31101.26-
YUV216.78146.1883.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 23.99%
GREEN value IS 242 (94.92% from 255) = 37.46%
BLUE value IS 249 (97.66% from 255) = 38.54%
R=23.99%
G=37.46%
B=38.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552422490.380.0300.02184.4788.6879.22
Hex9BF2F926302b8594f
Octal23336237146302270131117
Binary100110111111001011111001100110110101011100010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,242,249); }

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

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

 a { background-color: rgb(155,242,249); }

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

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

 span { border-color: rgb(155,242,249); }

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