#B0EBFB

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

Shades of Blizzard Blue #B0EBFB

Tints of Blizzard Blue #B0EBFB

Color information

#B0EBFB (or 0xB0EBFB) is unknown color: approx Blizzard Blue. HEX triplet: B0, EB and FB. RGB value is (176,235,251). Sum of RGB (Red+Green+Blue) = 176+235+251=662 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.59% from 662); Green value is 235 (92.19% from 255 or 35.50% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0EBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EBFB is #4F1404. Grayscale: #DBDBDB. Windows color (decimal): -5182469 or 16509872. OLE color: 16509872.

HSL color Cylindrical-coordinate representation of color #B0EBFB: hue angle of 192.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 #B0EBFB is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176235251-
CMYK0.300.0600.02
HSL192.8º90.36%83.73%-
HSV(B)192.8º29.88%98.43%-
XYZ65.0375.61102.43-
YUV219.18145.9597.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.59%
GREEN value IS 235 (92.19% from 255) = 35.50%
BLUE value IS 251 (98.44% from 255) = 37.92%
R=26.59%
G=35.50%
B=37.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762352510.300.0600.02192.890.3683.73
HexB0EBFB1E602c15a54
Octal26035337336602301132124
Binary101100001110101111111011111101100101100000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EBFB; }

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

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

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

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

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

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

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

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