#B1ECFE

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

Shades of Blizzard Blue #B1ECFE

Tints of Blizzard Blue #B1ECFE

Color information

#B1ECFE (or 0xB1ECFE) is unknown color: approx Blizzard Blue. HEX triplet: B1, EC and FE. RGB value is (177,236,254). Sum of RGB (Red+Green+Blue) = 177+236+254=667 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.54% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1ECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1ECFE is #4E1301. Grayscale: #DCDCDC. Windows color (decimal): -5116674 or 16706737. OLE color: 16706737.

HSL color Cylindrical-coordinate representation of color #B1ECFE: hue angle of 194.03º 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 #B1ECFE is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB177236254-
CMYK0.300.0700.00
HSL194.03º97.47%84.51%-
HSV(B)194.03º30.31%99.61%-
XYZ66.0276.49105.05-
YUV220.41146.9597.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.54%
GREEN value IS 236 (92.58% from 255) = 35.38%
BLUE value IS 254 (99.61% from 255) = 38.08%
R=26.54%
G=35.38%
B=38.08%

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
Decimal1772362540.300.0700.00194.0397.4784.51
HexB1ECFE1E700c26155
Octal26135437636700302141125
Binary10110001111011001111111011110111001100001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ECFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ECFE; }

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

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

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

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

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

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

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

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