#B0E8FC

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

Shades of Blizzard Blue #B0E8FC

Tints of Blizzard Blue #B0E8FC

Color information

#B0E8FC (or 0xB0E8FC) is unknown color: approx Blizzard Blue. HEX triplet: B0, E8 and FC. RGB value is (176,232,252). Sum of RGB (Red+Green+Blue) = 176+232+252=660 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.67% from 660); Green value is 232 (91.02% from 255 or 35.15% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #B0E8FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0E8FC is #4F1703. Grayscale: #D9D9D9. Windows color (decimal): -5183236 or 16574640. OLE color: 16574640.

HSL color Cylindrical-coordinate representation of color #B0E8FC: hue angle of 195.79º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0E8FC is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176232252-
CMYK0.300.0800.01
HSL195.79º92.68%83.92%-
HSV(B)195.79º30.16%98.82%-
XYZ64.3373.97102.98-
YUV217.54147.4598.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.67%
GREEN value IS 232 (91.02% from 255) = 35.15%
BLUE value IS 252 (98.83% from 255) = 38.18%
R=26.67%
G=35.15%
B=38.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762322520.300.0800.01195.7992.6883.92
HexB0E8FC1E801c45d54
Octal260350374361001304135124
Binary101100001110100011111100111101000011100010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E8FC; }

 p { color: rgb(176,232,252); }

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

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

 a { background-color: rgb(176,232,252); }

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

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

 span { border-color: rgb(176,232,252); }

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