Html Css Color HEX #A1E9FB Blizzard Blue

📋 copy color: '#A1E9FB'

red 161 ◦ green 233 ◦ blue 251

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

Shades of Blizzard Blue #A1E9FB

Tints of Blizzard Blue #A1E9FB

RGB

 RED value IS 161 (63.28% from 255) = 24.96%

 GREEN value IS 233 (91.41% from 255) = 36.12%

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

R = 24.96%
G = 36.12%
B = 38.91%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A1E9FB (or 0xA1E9FB) is known color: Blizzard Blue. HEX triplet: A1, E9 and FB. RGB value is (161,233,251). Sum of RGB (Red+Green+Blue) = 161+233+251=645 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.96% from 645); Green value is 233 (91.41% from 255 or 36.12% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #A1E9FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1E9FB is #5E1604. Grayscale: #D5D5D5. Windows color (decimal): -6166021 or 16509345. OLE color: 16509345.

HSL color Cylindrical-coordinate representation of color #A1E9FB: hue angle of 192º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1E9FB is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 233 251 -
CMYK 0.36 0.07 0 0.02
HSL 192º 0.92% 0.81% -
HSV(B) 192º 0.36% 0.98% -
XYZ 61.25 72.82 102.09 -
YUV 213.52 149.15 90.54 -
System Red Green Blue C M Y K H S L
Decimal 161 233 251 0.36 0.07 0 0.02 192 0.92 0.81
Hex A1 E9 FB 24 7 0 2 C0 5C 51
Octal 241 351 373 44 7 0 2 300 134 121
Binary 10100001 11101001 11111011 100100 111 0 10 11000000 1011100 1010001

Color Harmonies of #A1E9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E9FB

Black with #A1E9FB

Text Example


Text Example

White with #A1E9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E9FB; }

 p { color: rgb(161,233,251); }

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

background-color css

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

 a { background-color: rgb(161,233,251); }

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

border-color css

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

 span { border-color: rgb(161,233,251); }

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