#B0E6FB

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

Shades of Blizzard Blue #B0E6FB

Tints of Blizzard Blue #B0E6FB

Color information

#B0E6FB (or 0xB0E6FB) is unknown color: approx Blizzard Blue. HEX triplet: B0, E6 and FB. RGB value is (176,230,251). Sum of RGB (Red+Green+Blue) = 176+230+251=657 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.79% from 657); Green value is 230 (90.23% from 255 or 35.01% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0E6FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0E6FB is #4F1904. Grayscale: #D8D8D8. Windows color (decimal): -5183749 or 16508592. OLE color: 16508592.

HSL color Cylindrical-coordinate representation of color #B0E6FB: hue angle of 196.8º degrees, saturation: 0.9, 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 #B0E6FB is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176230251-
CMYK0.300.0800.02
HSL196.8º90.36%83.73%-
HSV(B)196.8º29.88%98.43%-
XYZ63.6172.79101.96-
YUV216.25147.6199.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.79%
GREEN value IS 230 (90.23% from 255) = 35.01%
BLUE value IS 251 (98.44% from 255) = 38.20%
R=26.79%
G=35.01%
B=38.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762302510.300.0800.02196.890.3683.73
HexB0E6FB1E802c55a54
Octal260346373361002305132124
Binary1011000011100110111110111111010000101100010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E6FB; }

 p { color: rgb(176,230,251); }

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

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

 a { background-color: rgb(176,230,251); }

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

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

 span { border-color: rgb(176,230,251); }

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