#B0EBFC

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

Shades of Blizzard Blue #B0EBFC

Tints of Blizzard Blue #B0EBFC

Color information

#B0EBFC (or 0xB0EBFC) is unknown color: approx Blizzard Blue. HEX triplet: B0, EB and FC. RGB value is (176,235,252). Sum of RGB (Red+Green+Blue) = 176+235+252=663 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.55% from 663); Green value is 235 (92.19% from 255 or 35.44% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #B0EBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EBFC is #4F1403. Grayscale: #DBDBDB. Windows color (decimal): -5182468 or 16575408. OLE color: 16575408.

HSL color Cylindrical-coordinate representation of color #B0EBFC: hue angle of 193.42º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0EBFC is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176235252-
CMYK0.300.0700.01
HSL193.42º92.68%83.92%-
HSV(B)193.42º30.16%98.82%-
XYZ65.1875.68103.27-
YUV219.3146.4597.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.55%
GREEN value IS 235 (92.19% from 255) = 35.44%
BLUE value IS 252 (98.83% from 255) = 38.01%
R=26.55%
G=35.44%
B=38.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762352520.300.0700.01193.4292.6883.92
HexB0EBFC1E701c15d54
Octal26035337436701301135124
Binary10110000111010111111110011110111011100000110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EBFC; }

 p { color: rgb(176,235,252); }

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

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

 a { background-color: rgb(176,235,252); }

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

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

 span { border-color: rgb(176,235,252); }

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