Html Css Color HEX #B1E7FB Blizzard Blue

📋 copy color: '#B1E7FB'

red 177 ◦ green 231 ◦ blue 251

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

Shades of Blizzard Blue #B1E7FB

Tints of Blizzard Blue #B1E7FB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.05%

 BLUE value IS 251 (98.44% from 255) = 38.09%

R = 26.86%
G = 35.05%
B = 38.09%

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

#B1E7FB (or 0xB1E7FB) is known color: Blizzard Blue. HEX triplet: B1, E7 and FB. RGB value is (177,231,251). Sum of RGB (Red+Green+Blue) = 177+231+251=659 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.86% from 659); Green value is 231 (90.62% from 255 or 35.05% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #B1E7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E7FB is #4E1804. Grayscale: #D9D9D9. Windows color (decimal): -5117957 or 16508849. OLE color: 16508849.

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

Color convert

RGB 177 231 251 -
CMYK 0.29 0.08 0 0.02
HSL 196.22º 0.9% 0.84% -
HSV(B) 196.22º 0.29% 0.98% -
XYZ 64.12 73.46 102.07 -
YUV 217.13 147.11 99.37 -
System Red Green Blue C M Y K H S L
Decimal 177 231 251 0.29 0.08 0 0.02 196.22 0.9 0.84
Hex B1 E7 FB 1D 8 0 2 C4 5A 54
Octal 261 347 373 35 10 0 2 304 132 124
Binary 10110001 11100111 11111011 11101 1000 0 10 11000100 1011010 1010100

Color Harmonies of #B1E7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E7FB

Black with #B1E7FB

Text Example


Text Example

White with #B1E7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E7FB; }

 p { color: rgb(177,231,251); }

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

background-color css

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

 a { background-color: rgb(177,231,251); }

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

border-color css

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

 span { border-color: rgb(177,231,251); }

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