#B0ECFD

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

Shades of Blizzard Blue #B0ECFD

Tints of Blizzard Blue #B0ECFD

Color information

#B0ECFD (or 0xB0ECFD) is unknown color: approx Blizzard Blue. HEX triplet: B0, EC and FD. RGB value is (176,236,253). Sum of RGB (Red+Green+Blue) = 176+236+253=665 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.47% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0ECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0ECFD is #4F1302. Grayscale: #DBDBDB. Windows color (decimal): -5182211 or 16641200. OLE color: 16641200.

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

Color convert

RGB176236253-
CMYK0.300.0700.01
HSL193.25º95.06%84.12%-
HSV(B)193.25º30.43%99.22%-
XYZ65.6376.31104.2-
YUV220146.6296.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.47%
GREEN value IS 236 (92.58% from 255) = 35.49%
BLUE value IS 253 (99.22% from 255) = 38.05%
R=26.47%
G=35.49%
B=38.05%

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
Decimal1762362530.300.0700.01193.2595.0684.12
HexB0ECFD1E701c15f54
Octal26035437536701301137124
Binary10110000111011001111110111110111011100000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ECFD; }

 p { color: rgb(176,236,253); }

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

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

 a { background-color: rgb(176,236,253); }

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

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

 span { border-color: rgb(176,236,253); }

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