#B0E9FA

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

Shades of Blizzard Blue #B0E9FA

Tints of Blizzard Blue #B0E9FA

Color information

#B0E9FA (or 0xB0E9FA) is unknown color: approx Blizzard Blue. HEX triplet: B0, E9 and FA. RGB value is (176,233,250). Sum of RGB (Red+Green+Blue) = 176+233+250=659 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.71% from 659); Green value is 233 (91.41% from 255 or 35.36% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0E9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0E9FA is #4F1605. Grayscale: #D9D9D9. Windows color (decimal): -5182982 or 16443824. OLE color: 16443824.

HSL color Cylindrical-coordinate representation of color #B0E9FA: hue angle of 193.78º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0E9FA is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176233250-
CMYK0.300.0700.02
HSL193.78º88.1%83.53%-
HSV(B)193.78º29.6%98.04%-
XYZ64.374.41101.42-
YUV217.9146.1298.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.71%
GREEN value IS 233 (91.41% from 255) = 35.36%
BLUE value IS 250 (98.05% from 255) = 37.94%
R=26.71%
G=35.36%
B=37.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762332500.300.0700.02193.7888.183.53
HexB0E9FA1E702c25854
Octal26035137236702302130124
Binary101100001110100111111010111101110101100001010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E9FA; }

 p { color: rgb(176,233,250); }

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

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

 a { background-color: rgb(176,233,250); }

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

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

 span { border-color: rgb(176,233,250); }

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