#B2EBFF

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

Shades of Blizzard Blue #B2EBFF

Tints of Blizzard Blue #B2EBFF

Color information

#B2EBFF (or 0xB2EBFF) is unknown color: approx Blizzard Blue. HEX triplet: B2, EB and FF. RGB value is (178,235,255). Sum of RGB (Red+Green+Blue) = 178+235+255=668 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.65% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2EBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EBFF is #4D1400. Grayscale: #DCDCDC. Windows color (decimal): -5051393 or 16772018. OLE color: 16772018.

HSL color Cylindrical-coordinate representation of color #B2EBFF: hue angle of 195.58º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2EBFF is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB178235255-
CMYK0.300.0800
HSL195.58º100%84.9%-
HSV(B)195.58º30.2%100%-
XYZ66.1276.1105.81-
YUV220.24147.6297.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.65%
GREEN value IS 235 (92.19% from 255) = 35.18%
BLUE value IS 255 (100% from 255) = 38.17%
R=26.65%
G=35.18%
B=38.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782352550.300.0800195.5810084.9
HexB2EBFF1E800c46455
Octal262353377361000304144125
Binary101100101110101111111111111101000001100010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EBFF; }

 p { color: rgb(178,235,255); }

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

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

 a { background-color: rgb(178,235,255); }

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

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

 span { border-color: rgb(178,235,255); }

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