#B0EAFE

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

Shades of Blizzard Blue #B0EAFE

Tints of Blizzard Blue #B0EAFE

Color information

#B0EAFE (or 0xB0EAFE) is unknown color: approx Blizzard Blue. HEX triplet: B0, EA and FE. RGB value is (176,234,254). Sum of RGB (Red+Green+Blue) = 176+234+254=664 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.51% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EAFE is #4F1501. Grayscale: #DADADA. Windows color (decimal): -5182722 or 16706224. OLE color: 16706224.

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

Color convert

RGB176234254-
CMYK0.310.0800.00
HSL195.38º97.5%84.31%-
HSV(B)195.38º30.71%99.61%-
XYZ65.2275.23104.85-
YUV218.94147.7897.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.51%
GREEN value IS 234 (91.80% from 255) = 35.24%
BLUE value IS 254 (99.61% from 255) = 38.25%
R=26.51%
G=35.24%
B=38.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762342540.310.0800.00195.3897.584.31
HexB0EAFE1F800c36254
Octal260352376371000303142124
Binary101100001110101011111110111111000001100001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EAFE; }

 p { color: rgb(176,234,254); }

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

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

 a { background-color: rgb(176,234,254); }

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

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

 span { border-color: rgb(176,234,254); }

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