#B1EBFB

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

Shades of Blizzard Blue #B1EBFB

Tints of Blizzard Blue #B1EBFB

Color information

#B1EBFB (or 0xB1EBFB) is unknown color: approx Blizzard Blue. HEX triplet: B1, EB and FB. RGB value is (177,235,251). Sum of RGB (Red+Green+Blue) = 177+235+251=663 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.70% from 663); Green value is 235 (92.19% from 255 or 35.44% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #B1EBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EBFB is #4E1404. Grayscale: #DBDBDB. Windows color (decimal): -5116933 or 16509873. OLE color: 16509873.

HSL color Cylindrical-coordinate representation of color #B1EBFB: hue angle of 192.97º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1EBFB is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177235251-
CMYK0.290.0600.02
HSL192.97º90.24%83.92%-
HSV(B)192.97º29.48%98.43%-
XYZ65.2575.73102.44-
YUV219.48145.7897.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.70%
GREEN value IS 235 (92.19% from 255) = 35.44%
BLUE value IS 251 (98.44% from 255) = 37.86%
R=26.70%
G=35.44%
B=37.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772352510.290.0600.02192.9790.2483.92
HexB1EBFB1D602c15a54
Octal26135337335602301132124
Binary101100011110101111111011111011100101100000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBFB; }

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

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

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

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

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

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

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

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