#B1EBFE

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

Shades of Blizzard Blue #B1EBFE

Tints of Blizzard Blue #B1EBFE

Color information

#B1EBFE (or 0xB1EBFE) is unknown color: approx Blizzard Blue. HEX triplet: B1, EB and FE. RGB value is (177,235,254). Sum of RGB (Red+Green+Blue) = 177+235+254=666 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.58% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1EBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EBFE is #4E1401. Grayscale: #DBDBDB. Windows color (decimal): -5116930 or 16706481. OLE color: 16706481.

HSL color Cylindrical-coordinate representation of color #B1EBFE: hue angle of 194.81º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1EBFE is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB177235254-
CMYK0.300.0700.00
HSL194.81º97.47%84.51%-
HSV(B)194.81º30.31%99.61%-
XYZ65.7375.92104.96-
YUV219.82147.2897.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.58%
GREEN value IS 235 (92.19% from 255) = 35.29%
BLUE value IS 254 (99.61% from 255) = 38.14%
R=26.58%
G=35.29%
B=38.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772352540.300.0700.00194.8197.4784.51
HexB1EBFE1E700c36155
Octal26135337636700303141125
Binary10110001111010111111111011110111001100001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBFE; }

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

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

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

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

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

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

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

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