Shades of Columbia Blue #AAE2F9
Tints of Columbia Blue #AAE2F9
RGB
CMYK
RGB Variations
Color information
#AAE2F9 (or 0xAAE2F9) is known color: Columbia Blue. HEX triplet: AA, E2 and F9. RGB value is (170,226,249). Sum of RGB (Red+Green+Blue) = 170+226+249=645 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.36% from 645); Green value is 226 (88.67% from 255 or 35.04% from 645); Blue value is 249 (97.66% from 255 or 38.60% from 645); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAE2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE2F9 is #551D06. Grayscale: #D3D3D3. Windows color (decimal): -5577991 or 16376490. OLE color: 16376490.
HSL color Cylindrical-coordinate representation of color #AAE2F9: hue angle of 197.47º 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 #AAE2F9 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 170 | 226 | 249 | - |
CMYK | 0.32 | 0.09 | 0 | 0.02 |
HSL | 197.47º | 0.87% | 0.82% | - |
HSV(B) | 197.47º | 0.32% | 0.98% | - |
XYZ | 60.87 | 69.78 | 99.88 | - |
YUV | 211.88 | 148.95 | 98.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 226 | 249 | 0.32 | 0.09 | 0 | 0.02 | 197.47 | 0.87 | 0.82 |
Hex | AA | E2 | F9 | 20 | 9 | 0 | 2 | C5 | 57 | 52 |
Octal | 252 | 342 | 371 | 40 | 11 | 0 | 2 | 305 | 127 | 122 |
Binary | 10101010 | 11100010 | 11111001 | 100000 | 1001 | 0 | 10 | 11000101 | 1010111 | 1010010 |
Color Harmonies of #AAE2F9
Complementary color
Monochromatic Colors of #AAE2F9
Black with #AAE2F9
Text Example
Text Example
White with #AAE2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE2F9; }
p { color: rgb(170,226,249); }
H1.HeaderClassName
{
color: #AAE2F9;
}
.AnyTagClassName
{
color: #AAE2F9;
}
</style>
background-color css
<style>
a { background-color: #AAE2F9; }
a { background-color: rgb(170,226,249); }
div.DivClassName
{
background-color: #AAE2F9;
}
.BgClassName
{
background-color: #AAE2F9;
}
</style>
border-color css
<style>
span { border-color: #AAE2F9; }
span { border-color: rgb(170,226,249); }
td.TdClassName
{
border-color: #AAE2F9;
}
.TagClassName
{
border-color: #AAE2F9;
}
</style>