#9BF0FA

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

Shades of Blizzard Blue #9BF0FA

Tints of Blizzard Blue #9BF0FA

Color information

#9BF0FA (or 0x9BF0FA) is unknown color: approx Blizzard Blue. HEX triplet: 9B, F0 and FA. RGB value is (155,240,250). Sum of RGB (Red+Green+Blue) = 155+240+250=645 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.03% from 645); Green value is 240 (94.14% from 255 or 37.21% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BF0FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF0FA is #640F05. Grayscale: #D7D7D7. Windows color (decimal): -6557446 or 16445595. OLE color: 16445595.

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

Color convert

RGB155240250-
CMYK0.380.0400.02
HSL186.32º90.48%79.41%-
HSV(B)186.32º38%98.04%-
XYZ61.9376.19101.88-
YUV215.72147.3484.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.03%
GREEN value IS 240 (94.14% from 255) = 37.21%
BLUE value IS 250 (98.05% from 255) = 38.76%
R=24.03%
G=37.21%
B=38.76%

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
Decimal1552402500.380.0400.02186.3290.4879.41
Hex9BF0FA26402ba5a4f
Octal23336037246402272132117
Binary1001101111110000111110101001101000101011101010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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