Html Css Color HEX #B1E8FC Blizzard Blue

📋 copy color: '#B1E8FC'

red 177 ◦ green 232 ◦ blue 252

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

Shades of Blizzard Blue #B1E8FC

Tints of Blizzard Blue #B1E8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.12%

R = 26.78%
G = 35.1%
B = 38.12%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B1E8FC (or 0xB1E8FC) is known color: Blizzard Blue. HEX triplet: B1, E8 and FC. RGB value is (177,232,252). Sum of RGB (Red+Green+Blue) = 177+232+252=661 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.78% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1E8FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E8FC is #4E1703. Grayscale: #D9D9D9. Windows color (decimal): -5117700 or 16574641. OLE color: 16574641.

HSL color Cylindrical-coordinate representation of color #B1E8FC: hue angle of 196º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1E8FC is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 232 252 -
CMYK 0.30 0.08 0 0.01
HSL 196º 0.93% 0.84% -
HSV(B) 196º 0.3% 0.99% -
XYZ 64.56 74.09 102.99 -
YUV 217.84 147.28 98.87 -
System Red Green Blue C M Y K H S L
Decimal 177 232 252 0.30 0.08 0 0.01 196 0.93 0.84
Hex B1 E8 FC 1E 8 0 1 C4 5D 54
Octal 261 350 374 36 10 0 1 304 135 124
Binary 10110001 11101000 11111100 11110 1000 0 1 11000100 1011101 1010100

Color Harmonies of #B1E8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E8FC

Black with #B1E8FC

Text Example


Text Example

White with #B1E8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E8FC; }

 p { color: rgb(177,232,252); }

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

background-color css

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

 a { background-color: rgb(177,232,252); }

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

border-color css

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

 span { border-color: rgb(177,232,252); }

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