#9BF4FE

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

Shades of Blizzard Blue #9BF4FE

Tints of Blizzard Blue #9BF4FE

Color information

#9BF4FE (or 0x9BF4FE) is unknown color: approx Blizzard Blue. HEX triplet: 9B, F4 and FE. RGB value is (155,244,254). Sum of RGB (Red+Green+Blue) = 155+244+254=653 (86% of max value = 765). Red value is 155 (60.94% from 255 or 23.74% from 653); Green value is 244 (95.70% from 255 or 37.37% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BF4FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF4FE is #640B01. Grayscale: #DADADA. Windows color (decimal): -6556418 or 16708763. OLE color: 16708763.

HSL color Cylindrical-coordinate representation of color #9BF4FE: hue angle of 186.06º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BF4FE is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB155244254-
CMYK0.390.0400.00
HSL186.06º98.02%80.2%-
HSV(B)186.06º38.98%99.61%-
XYZ63.7678.83105.62-
YUV218.53148.0182.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 23.74%
GREEN value IS 244 (95.70% from 255) = 37.37%
BLUE value IS 254 (99.61% from 255) = 38.90%
R=23.74%
G=37.37%
B=38.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1552442540.390.0400.00186.0698.0280.2
Hex9BF4FE27400ba6250
Octal23336437647400272142120
Binary100110111111010011111110100111100001011101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,244,254); }

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

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

 a { background-color: rgb(155,244,254); }

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

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

 span { border-color: rgb(155,244,254); }

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