#9BF5FB

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

Shades of Blizzard Blue #9BF5FB

Tints of Blizzard Blue #9BF5FB

Color information

#9BF5FB (or 0x9BF5FB) is unknown color: approx Blizzard Blue. HEX triplet: 9B, F5 and FB. RGB value is (155,245,251). Sum of RGB (Red+Green+Blue) = 155+245+251=651 (86% of max value = 765). Red value is 155 (60.94% from 255 or 23.81% from 651); Green value is 245 (96.09% from 255 or 37.63% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BF5FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF5FB is #640A04. Grayscale: #DADADA. Windows color (decimal): -6556165 or 16512411. OLE color: 16512411.

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

Color convert

RGB155245251-
CMYK0.380.0200.02
HSL183.75º92.31%79.61%-
HSV(B)183.75º38.25%98.43%-
XYZ63.5879.24103.21-
YUV218.77146.1882.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 23.81%
GREEN value IS 245 (96.09% from 255) = 37.63%
BLUE value IS 251 (98.44% from 255) = 38.56%
R=23.81%
G=37.63%
B=38.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552452510.380.0200.02183.7592.3179.61
Hex9BF5FB26202b85c50
Octal23336537346202270134120
Binary100110111111010111111011100110100101011100010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,245,251); }

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

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

 a { background-color: rgb(155,245,251); }

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

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

 span { border-color: rgb(155,245,251); }

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