#9BF3FA

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

Shades of Blizzard Blue #9BF3FA

Tints of Blizzard Blue #9BF3FA

Color information

#9BF3FA (or 0x9BF3FA) is unknown color: approx Blizzard Blue. HEX triplet: 9B, F3 and FA. RGB value is (155,243,250). Sum of RGB (Red+Green+Blue) = 155+243+250=648 (85% of max value = 765). Red value is 155 (60.94% from 255 or 23.92% from 648); Green value is 243 (95.31% from 255 or 37.5% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BF3FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF3FA is #640C05. Grayscale: #D9D9D9. Windows color (decimal): -6556678 or 16446363. OLE color: 16446363.

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

Color convert

RGB155243250-
CMYK0.380.0300.02
HSL184.42º90.48%79.41%-
HSV(B)184.42º38%98.04%-
XYZ62.8277.97102.18-
YUV217.49146.3583.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 23.92%
GREEN value IS 243 (95.31% from 255) = 37.5%
BLUE value IS 250 (98.05% from 255) = 38.58%
R=23.92%
G=37.5%
B=38.58%

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
Decimal1552432500.380.0300.02184.4290.4879.41
Hex9BF3FA26302b85a4f
Octal23336337246302270132117
Binary100110111111001111111010100110110101011100010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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