#B1EBFF

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

Shades of Blizzard Blue #B1EBFF

Tints of Blizzard Blue #B1EBFF

Color information

#B1EBFF (or 0xB1EBFF) is unknown color: approx Blizzard Blue. HEX triplet: B1, EB and FF. RGB value is (177,235,255). Sum of RGB (Red+Green+Blue) = 177+235+255=667 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.54% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1EBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EBFF is #4E1400. Grayscale: #DBDBDB. Windows color (decimal): -5116929 or 16772017. OLE color: 16772017.

HSL color Cylindrical-coordinate representation of color #B1EBFF: hue angle of 195.38º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1EBFF is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB177235255-
CMYK0.310.0800
HSL195.38º100%84.71%-
HSV(B)195.38º30.59%100%-
XYZ65.8975.98105.8-
YUV219.94147.7897.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.54%
GREEN value IS 235 (92.19% from 255) = 35.23%
BLUE value IS 255 (100% from 255) = 38.23%
R=26.54%
G=35.23%
B=38.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772352550.310.0800195.3810084.71
HexB1EBFF1F800c36455
Octal261353377371000303144125
Binary101100011110101111111111111111000001100001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBFF; }

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

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

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

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

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

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

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

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