Html Css Color HEX #B1EAF8 Blizzard Blue

📋 copy color: '#B1EAF8'

red 177 ◦ green 234 ◦ blue 248

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

Shades of Blizzard Blue #B1EAF8

Tints of Blizzard Blue #B1EAF8

RGB

 RED value IS 177 (69.53% from 255) = 26.86%

 GREEN value IS 234 (91.8% from 255) = 35.51%

 BLUE value IS 248 (97.27% from 255) = 37.63%

R = 26.86%
G = 35.51%
B = 37.63%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B1EAF8 (or 0xB1EAF8) is known color: Blizzard Blue. HEX triplet: B1, EA and F8. RGB value is (177,234,248). Sum of RGB (Red+Green+Blue) = 177+234+248=659 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.86% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 248 (97.27% from 255 or 37.63% from 659); Max value from RGB is 248 - color contains mainly: blue. Hex color #B1EAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EAF8 is #4E1507. Grayscale: #DADADA. Windows color (decimal): -5117192 or 16313009. OLE color: 16313009.

HSL color Cylindrical-coordinate representation of color #B1EAF8: hue angle of 191.83º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1EAF8 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 234 248 -
CMYK 0.29 0.06 0 0.03
HSL 191.83º 0.84% 0.83% -
HSV(B) 191.83º 0.29% 0.97% -
XYZ 64.5 74.97 99.88 -
YUV 218.55 144.62 98.36 -
System Red Green Blue C M Y K H S L
Decimal 177 234 248 0.29 0.06 0 0.03 191.83 0.84 0.83
Hex B1 EA F8 1D 6 0 3 C0 54 53
Octal 261 352 370 35 6 0 3 300 124 123
Binary 10110001 11101010 11111000 11101 110 0 11 11000000 1010100 1010011

Color Harmonies of #B1EAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EAF8

Black with #B1EAF8

Text Example


Text Example

White with #B1EAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EAF8; }

 p { color: rgb(177,234,248); }

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

background-color css

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

 a { background-color: rgb(177,234,248); }

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

border-color css

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

 span { border-color: rgb(177,234,248); }

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