#a9e1f0

Color #A9E1F0 Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #A9E1F0

Tints of Blizzard Blue #A9E1F0

Color information

#A9E1F0 (or 0xA9E1F0) is unknown color: approx Blizzard Blue. HEX triplet: A9, E1 and F0. RGB value is (169,225,240). Sum of RGB (Red+Green+Blue) = 169+225+240=634 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.66% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #A9E1F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9E1F0 is #561E0F. Grayscale: #D1D1D1. Windows color (decimal): -5643792 or 15786409. OLE color: 15786409.

HSL color Cylindrical-coordinate representation of color #A9E1F0: hue angle of 192.68º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9E1F0 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB169225240-
CMYK0.300.0600.06
HSL192.68º70.3%80.2%-
HSV(B)192.68º29.58%94.12%-
XYZ59.0268.5892.56-
YUV209.97144.9598.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.66%
GREEN value IS 225 (88.28% from 255) = 35.49%
BLUE value IS 240 (94.14% from 255) = 37.85%
R=26.66%
G=35.49%
B=37.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1692252400.300.0600.06192.6870.380.2
HexA9E1F01E606c14650
Octal25134136036606301106120
Binary1010100111100001111100001111011001101100000110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9e1f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9e1f0; }

 p { color: rgb(169,225,240); }

 H1.HeaderClassName
 {
   color: #a9e1f0;
 }
 .AnyTagClassName
 {
   color: #a9e1f0;
 }
</style>
background-color css

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

 a { background-color: rgb(169,225,240); }

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

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

 span { border-color: rgb(169,225,240); }

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