Html Css Color HEX #B2E8F9 Blizzard Blue

📋 copy color: '#B2E8F9'

red 178 ◦ green 232 ◦ blue 249

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

Shades of Blizzard Blue #B2E8F9

Tints of Blizzard Blue #B2E8F9

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.2%

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

R = 27.01%
G = 35.2%
B = 37.78%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2E8F9 (or 0xB2E8F9) is known color: Blizzard Blue. HEX triplet: B2, E8 and F9. RGB value is (178,232,249). Sum of RGB (Red+Green+Blue) = 178+232+249=659 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.01% from 659); Green value is 232 (91.02% from 255 or 35.20% from 659); Blue value is 249 (97.66% from 255 or 37.78% from 659); Max value from RGB is 249 - color contains mainly: blue. Hex color #B2E8F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2E8F9 is #4D1706. Grayscale: #D9D9D9. Windows color (decimal): -5052167 or 16378034. OLE color: 16378034.

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

Color convert

RGB 178 232 249 -
CMYK 0.29 0.07 0 0.02
HSL 194.37º 0.86% 0.84% -
HSV(B) 194.37º 0.29% 0.98% -
XYZ 64.32 74.02 100.52 -
YUV 217.79 145.61 99.62 -
System Red Green Blue C M Y K H S L
Decimal 178 232 249 0.29 0.07 0 0.02 194.37 0.86 0.84
Hex B2 E8 F9 1D 7 0 2 C2 56 54
Octal 262 350 371 35 7 0 2 302 126 124
Binary 10110010 11101000 11111001 11101 111 0 10 11000010 1010110 1010100

Color Harmonies of #B2E8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E8F9

Black with #B2E8F9

Text Example


Text Example

White with #B2E8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E8F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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