Html Css Color HEX #B1EAFC Blizzard Blue

📋 copy color: '#B1EAFC'

red 177 ◦ green 234 ◦ blue 252

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

Shades of Blizzard Blue #B1EAFC

Tints of Blizzard Blue #B1EAFC

RGB

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

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

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

R = 26.7%
G = 35.29%
B = 38.01%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B1EAFC (or 0xB1EAFC) is known color: Blizzard Blue. HEX triplet: B1, EA and FC. RGB value is (177,234,252). Sum of RGB (Red+Green+Blue) = 177+234+252=663 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.70% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1EAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EAFC is #4E1503. Grayscale: #DADADA. Windows color (decimal): -5117188 or 16575153. OLE color: 16575153.

HSL color Cylindrical-coordinate representation of color #B1EAFC: hue angle of 194.4º 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 #B1EAFC is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 234 252 -
CMYK 0.30 0.07 0 0.01
HSL 194.4º 0.93% 0.84% -
HSV(B) 194.4º 0.3% 0.99% -
XYZ 65.12 75.22 103.18 -
YUV 219.01 146.62 98.04 -
System Red Green Blue C M Y K H S L
Decimal 177 234 252 0.30 0.07 0 0.01 194.4 0.93 0.84
Hex B1 EA FC 1E 7 0 1 C2 5D 54
Octal 261 352 374 36 7 0 1 302 135 124
Binary 10110001 11101010 11111100 11110 111 0 1 11000010 1011101 1010100

Color Harmonies of #B1EAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EAFC

Black with #B1EAFC

Text Example


Text Example

White with #B1EAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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