Shades of Columbia Blue #AAE1F9
Tints of Columbia Blue #AAE1F9
RGB
CMYK
RGB Variations
Color information
#AAE1F9 (or 0xAAE1F9) is known color: Columbia Blue. HEX triplet: AA, E1 and F9. RGB value is (170,225,249). Sum of RGB (Red+Green+Blue) = 170+225+249=644 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.40% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAE1F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE1F9 is #551E06. Grayscale: #D3D3D3. Windows color (decimal): -5578247 or 16376234. OLE color: 16376234.
HSL color Cylindrical-coordinate representation of color #AAE1F9: hue angle of 198.23º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAE1F9 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 225 | 249 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.02 |
| HSL | 198.23º | 0.87% | 0.82% | - |
| HSV(B) | 198.23º | 0.32% | 0.98% | - |
| XYZ | 60.6 | 69.24 | 99.79 | - |
| YUV | 211.29 | 149.28 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 249 | 0.32 | 0.10 | 0 | 0.02 | 198.23 | 0.87 | 0.82 |
| Hex | AA | E1 | F9 | 20 | A | 0 | 2 | C6 | 57 | 52 |
| Octal | 252 | 341 | 371 | 40 | 12 | 0 | 2 | 306 | 127 | 122 |
| Binary | 10101010 | 11100001 | 11111001 | 100000 | 1010 | 0 | 10 | 11000110 | 1010111 | 1010010 |
Color Harmonies of #AAE1F9
Complementary color
Monochromatic Colors of #AAE1F9
Black with #AAE1F9
Text Example
Text Example
White with #AAE1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE1F9; }
p { color: rgb(170,225,249); }
H1.HeaderClassName
{
color: #AAE1F9;
}
.AnyTagClassName
{
color: #AAE1F9;
}
</style>
background-color css
<style>
a { background-color: #AAE1F9; }
a { background-color: rgb(170,225,249); }
div.DivClassName
{
background-color: #AAE1F9;
}
.BgClassName
{
background-color: #AAE1F9;
}
</style>
border-color css
<style>
span { border-color: #AAE1F9; }
span { border-color: rgb(170,225,249); }
td.TdClassName
{
border-color: #AAE1F9;
}
.TagClassName
{
border-color: #AAE1F9;
}
</style>