Shades of Columbia Blue #AAE4FF
Tints of Columbia Blue #AAE4FF
RGB
CMYK
RGB Variations
Color information
#AAE4FF (or 0xAAE4FF) is known color: Columbia Blue. HEX triplet: AA, E4 and FF. RGB value is (170,228,255). Sum of RGB (Red+Green+Blue) = 170+228+255=653 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.03% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAE4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE4FF is #551B00. Grayscale: #D5D5D5. Windows color (decimal): -5577473 or 16770218. OLE color: 16770218.
HSL color Cylindrical-coordinate representation of color #AAE4FF: hue angle of 199.06º 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 #AAE4FF is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 228 | 255 | - |
| CMYK | 0.33 | 0.11 | 0 | 0 |
| HSL | 199.06º | 1% | 0.83% | - |
| HSV(B) | 199.06º | 0.33% | 1% | - |
| XYZ | 62.37 | 71.25 | 105.07 | - |
| YUV | 213.74 | 151.28 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 255 | 0.33 | 0.11 | 0 | 0 | 199.06 | 1 | 0.83 |
| Hex | AA | E4 | FF | 21 | B | 0 | 0 | C7 | 64 | 53 |
| Octal | 252 | 344 | 377 | 41 | 13 | 0 | 0 | 307 | 144 | 123 |
| Binary | 10101010 | 11100100 | 11111111 | 100001 | 1011 | 0 | 0 | 11000111 | 1100100 | 1010011 |
Color Harmonies of #AAE4FF
Complementary color
Monochromatic Colors of #AAE4FF
Black with #AAE4FF
Text Example
Text Example
White with #AAE4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE4FF; }
p { color: rgb(170,228,255); }
H1.HeaderClassName
{
color: #AAE4FF;
}
.AnyTagClassName
{
color: #AAE4FF;
}
</style>
background-color css
<style>
a { background-color: #AAE4FF; }
a { background-color: rgb(170,228,255); }
div.DivClassName
{
background-color: #AAE4FF;
}
.BgClassName
{
background-color: #AAE4FF;
}
</style>
border-color css
<style>
span { border-color: #AAE4FF; }
span { border-color: rgb(170,228,255); }
td.TdClassName
{
border-color: #AAE4FF;
}
.TagClassName
{
border-color: #AAE4FF;
}
</style>