#9bf2fa

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

Shades of Blizzard Blue #9BF2FA

Tints of Blizzard Blue #9BF2FA

Color information

#9BF2FA (or 0x9BF2FA) is unknown color: approx Blizzard Blue. HEX triplet: 9B, F2 and FA. RGB value is (155,242,250). Sum of RGB (Red+Green+Blue) = 155+242+250=647 (85% of max value = 765). Red value is 155 (60.94% from 255 or 23.96% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BF2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF2FA is #640D05. Grayscale: #D8D8D8. Windows color (decimal): -6556934 or 16446107. OLE color: 16446107.

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

Color convert

RGB155242250-
CMYK0.380.0300.02
HSL185.05º90.48%79.41%-
HSV(B)185.05º38%98.04%-
XYZ62.5377.37102.08-
YUV216.9146.6883.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 23.96%
GREEN value IS 242 (94.92% from 255) = 37.40%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=23.96%
G=37.40%
B=38.64%

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
Decimal1552422500.380.0300.02185.0590.4879.41
Hex9BF2FA26302b95a4f
Octal23336237246302271132117
Binary100110111111001011111010100110110101011100110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bf2fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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