#9BEEFA

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

Shades of Blizzard Blue #9BEEFA

Tints of Blizzard Blue #9BEEFA

Color information

#9BEEFA (or 0x9BEEFA) is unknown color: approx Blizzard Blue. HEX triplet: 9B, EE and FA. RGB value is (155,238,250). Sum of RGB (Red+Green+Blue) = 155+238+250=643 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.11% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BEEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEEFA is #641105. Grayscale: #D6D6D6. Windows color (decimal): -6557958 or 16445083. OLE color: 16445083.

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

Color convert

RGB155238250-
CMYK0.380.0500.02
HSL187.58º90.48%79.41%-
HSV(B)187.58º38%98.04%-
XYZ61.3575.02101.69-
YUV214.5514885.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.11%
GREEN value IS 238 (93.36% from 255) = 37.01%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=24.11%
G=37.01%
B=38.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552382500.380.0500.02187.5890.4879.41
Hex9BEEFA26502bc5a4f
Octal23335637246502274132117
Binary1001101111101110111110101001101010101011110010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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