Html Css Color HEX #B2E6F9 Blizzard Blue

📋 copy color: '#B2E6F9'

red 178 ◦ green 230 ◦ blue 249

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

Shades of Blizzard Blue #B2E6F9

Tints of Blizzard Blue #B2E6F9

RGB

 RED value IS 178 (69.92% from 255) = 27.09%

 GREEN value IS 230 (90.23% from 255) = 35.01%

 BLUE value IS 249 (97.66% from 255) = 37.9%

R = 27.09%
G = 35.01%
B = 37.9%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2E6F9 (or 0xB2E6F9) is known color: Blizzard Blue. HEX triplet: B2, E6 and F9. RGB value is (178,230,249). Sum of RGB (Red+Green+Blue) = 178+230+249=657 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.09% from 657); Green value is 230 (90.23% from 255 or 35.01% from 657); Blue value is 249 (97.66% from 255 or 37.90% from 657); Max value from RGB is 249 - color contains mainly: blue. Hex color #B2E6F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2E6F9 is #4D1906. Grayscale: #D8D8D8. Windows color (decimal): -5052679 or 16377522. OLE color: 16377522.

HSL color Cylindrical-coordinate representation of color #B2E6F9: hue angle of 196.06º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2E6F9 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 230 249 -
CMYK 0.29 0.08 0 0.02
HSL 196.06º 0.86% 0.84% -
HSV(B) 196.06º 0.29% 0.98% -
XYZ 63.76 72.9 100.33 -
YUV 216.62 146.27 100.46 -
System Red Green Blue C M Y K H S L
Decimal 178 230 249 0.29 0.08 0 0.02 196.06 0.86 0.84
Hex B2 E6 F9 1D 8 0 2 C4 56 54
Octal 262 346 371 35 10 0 2 304 126 124
Binary 10110010 11100110 11111001 11101 1000 0 10 11000100 1010110 1010100

Color Harmonies of #B2E6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E6F9

Black with #B2E6F9

Text Example


Text Example

White with #B2E6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E6F9; }

 p { color: rgb(178,230,249); }

 H1.HeaderClassName
 {
   color: #B2E6F9;
 }
 .AnyTagClassName
 {
   color: #B2E6F9;
 }
</style>

background-color css

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

 a { background-color: rgb(178,230,249); }

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

border-color css

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

 span { border-color: rgb(178,230,249); }

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