Html Css Color HEX #B2EBFF Blizzard Blue

📋 copy color: '#B2EBFF'

red 178 ◦ green 235 ◦ blue 255

#B2EBFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blizzard Blue #B2EBFF

Tints of Blizzard Blue #B2EBFF

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 value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B2EBFF (or 0xB2EBFF) is known color: 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

RGB 178 235 255 -
CMYK 0.30 0.08 0 0
HSL 195.58º 1% 0.85% -
HSV(B) 195.58º 0.3% 1% -
XYZ 66.12 76.1 105.81 -
YUV 220.24 147.62 97.87 -
System Red Green Blue C M Y K H S L
Decimal 178 235 255 0.30 0.08 0 0 195.58 1 0.85
Hex B2 EB FF 1E 8 0 0 C4 64 55
Octal 262 353 377 36 10 0 0 304 144 125
Binary 10110010 11101011 11111111 11110 1000 0 0 11000100 1100100 1010101

Color Harmonies of #B2EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EBFF

Black with #B2EBFF

Text Example


Text Example

White with #B2EBFF

Text Example


Text Example

HTML Codes & Css Web 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>