#B0EBFD

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

Shades of Blizzard Blue #B0EBFD

Tints of Blizzard Blue #B0EBFD

Color information

#B0EBFD (or 0xB0EBFD) is unknown color: approx Blizzard Blue. HEX triplet: B0, EB and FD. RGB value is (176,235,253). Sum of RGB (Red+Green+Blue) = 176+235+253=664 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.51% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0EBFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EBFD is #4F1402. Grayscale: #DBDBDB. Windows color (decimal): -5182467 or 16640944. OLE color: 16640944.

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

Color convert

RGB176235253-
CMYK0.300.0700.01
HSL194.03º95.06%84.12%-
HSV(B)194.03º30.43%99.22%-
XYZ65.3475.74104.1-
YUV219.41146.9597.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.51%
GREEN value IS 235 (92.19% from 255) = 35.39%
BLUE value IS 253 (99.22% from 255) = 38.10%
R=26.51%
G=35.39%
B=38.10%

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
Decimal1762352530.300.0700.01194.0395.0684.12
HexB0EBFD1E701c25f54
Octal26035337536701302137124
Binary10110000111010111111110111110111011100001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EBFD; }

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

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

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

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

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

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

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

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