Html Css Color HEX #B2E5F9 Blizzard Blue

📋 copy color: '#B2E5F9'

red 178 ◦ green 229 ◦ blue 249

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

Shades of Blizzard Blue #B2E5F9

Tints of Blizzard Blue #B2E5F9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.91%

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

R = 27.13%
G = 34.91%
B = 37.96%

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

#B2E5F9 (or 0xB2E5F9) is known color: Blizzard Blue. HEX triplet: B2, E5 and F9. RGB value is (178,229,249). Sum of RGB (Red+Green+Blue) = 178+229+249=656 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.13% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 249 (97.66% from 255 or 37.96% from 656); Max value from RGB is 249 - color contains mainly: blue. Hex color #B2E5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2E5F9 is #4D1A06. Grayscale: #D7D7D7. Windows color (decimal): -5052935 or 16377266. OLE color: 16377266.

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

Color convert

RGB 178 229 249 -
CMYK 0.29 0.08 0 0.02
HSL 196.9º 0.86% 0.84% -
HSV(B) 196.9º 0.29% 0.98% -
XYZ 63.48 72.34 100.24 -
YUV 216.03 146.6 100.87 -
System Red Green Blue C M Y K H S L
Decimal 178 229 249 0.29 0.08 0 0.02 196.9 0.86 0.84
Hex B2 E5 F9 1D 8 0 2 C5 56 54
Octal 262 345 371 35 10 0 2 305 126 124
Binary 10110010 11100101 11111001 11101 1000 0 10 11000101 1010110 1010100

Color Harmonies of #B2E5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E5F9

Black with #B2E5F9

Text Example


Text Example

White with #B2E5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E5F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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