Html Css Color HEX #B1EAFE Blizzard Blue

📋 copy color: '#B1EAFE'

red 177 ◦ green 234 ◦ blue 254

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

Shades of Blizzard Blue #B1EAFE

Tints of Blizzard Blue #B1EAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.2%

R = 26.62%
G = 35.19%
B = 38.2%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B1EAFE (or 0xB1EAFE) is known color: Blizzard Blue. HEX triplet: B1, EA and FE. RGB value is (177,234,254). Sum of RGB (Red+Green+Blue) = 177+234+254=665 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.62% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EAFE is #4E1501. Grayscale: #DBDBDB. Windows color (decimal): -5117186 or 16706225. OLE color: 16706225.

HSL color Cylindrical-coordinate representation of color #B1EAFE: hue angle of 195.58º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1EAFE is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 234 254 -
CMYK 0.30 0.08 0 0.00
HSL 195.58º 0.97% 0.85% -
HSV(B) 195.58º 0.3% 1% -
XYZ 65.44 75.35 104.86 -
YUV 219.24 147.62 97.87 -
System Red Green Blue C M Y K H S L
Decimal 177 234 254 0.30 0.08 0 0.00 195.58 0.97 0.85
Hex B1 EA FE 1E 8 0 0 C4 61 55
Octal 261 352 376 36 10 0 0 304 141 125
Binary 10110001 11101010 11111110 11110 1000 0 0 11000100 1100001 1010101

Color Harmonies of #B1EAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EAFE

Black with #B1EAFE

Text Example


Text Example

White with #B1EAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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