#9BF1FB

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

Shades of Blizzard Blue #9BF1FB

Tints of Blizzard Blue #9BF1FB

Color information

#9BF1FB (or 0x9BF1FB) is unknown color: approx Blizzard Blue. HEX triplet: 9B, F1 and FB. RGB value is (155,241,251). Sum of RGB (Red+Green+Blue) = 155+241+251=647 (85% of max value = 765). Red value is 155 (60.94% from 255 or 23.96% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BF1FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF1FB is #640E04. Grayscale: #D8D8D8. Windows color (decimal): -6557189 or 16511387. OLE color: 16511387.

HSL color Cylindrical-coordinate representation of color #9BF1FB: hue angle of 186.25º 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 #9BF1FB is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155241251-
CMYK0.380.0400.02
HSL186.25º92.31%79.61%-
HSV(B)186.25º38.25%98.43%-
XYZ62.3976.84102.81-
YUV216.43147.5184.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 23.96%
GREEN value IS 241 (94.53% from 255) = 37.25%
BLUE value IS 251 (98.44% from 255) = 38.79%
R=23.96%
G=37.25%
B=38.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552412510.380.0400.02186.2592.3179.61
Hex9BF1FB26402ba5c50
Octal23336137346402272134120
Binary1001101111110001111110111001101000101011101010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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