Shades of Columbia Blue #AAE9FF
Tints of Columbia Blue #AAE9FF
RGB
CMYK
RGB Variations
Color information
#AAE9FF (or 0xAAE9FF) is known color: Columbia Blue. HEX triplet: AA, E9 and FF. RGB value is (170,233,255). Sum of RGB (Red+Green+Blue) = 170+233+255=658 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.84% from 658); Green value is 233 (91.41% from 255 or 35.41% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAE9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE9FF is #551600. Grayscale: #D8D8D8. Windows color (decimal): -5576193 or 16771498. OLE color: 16771498.
HSL color Cylindrical-coordinate representation of color #AAE9FF: hue angle of 195.53º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAE9FF is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 233 | 255 | - |
| CMYK | 0.33 | 0.09 | 0 | 0 |
| HSL | 195.53º | 1% | 0.83% | - |
| HSV(B) | 195.53º | 0.33% | 1% | - |
| XYZ | 63.77 | 74.04 | 105.54 | - |
| YUV | 216.67 | 149.63 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 255 | 0.33 | 0.09 | 0 | 0 | 195.53 | 1 | 0.83 |
| Hex | AA | E9 | FF | 21 | 9 | 0 | 0 | C4 | 64 | 53 |
| Octal | 252 | 351 | 377 | 41 | 11 | 0 | 0 | 304 | 144 | 123 |
| Binary | 10101010 | 11101001 | 11111111 | 100001 | 1001 | 0 | 0 | 11000100 | 1100100 | 1010011 |
Color Harmonies of #AAE9FF
Complementary color
Monochromatic Colors of #AAE9FF
Black with #AAE9FF
Text Example
Text Example
White with #AAE9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE9FF; }
p { color: rgb(170,233,255); }
H1.HeaderClassName
{
color: #AAE9FF;
}
.AnyTagClassName
{
color: #AAE9FF;
}
</style>
background-color css
<style>
a { background-color: #AAE9FF; }
a { background-color: rgb(170,233,255); }
div.DivClassName
{
background-color: #AAE9FF;
}
.BgClassName
{
background-color: #AAE9FF;
}
</style>
border-color css
<style>
span { border-color: #AAE9FF; }
span { border-color: rgb(170,233,255); }
td.TdClassName
{
border-color: #AAE9FF;
}
.TagClassName
{
border-color: #AAE9FF;
}
</style>