Shades of Columbia Blue #AAE4FA
Tints of Columbia Blue #AAE4FA
RGB
CMYK
RGB Variations
Color information
#AAE4FA (or 0xAAE4FA) is known color: Columbia Blue. HEX triplet: AA, E4 and FA. RGB value is (170,228,250). Sum of RGB (Red+Green+Blue) = 170+228+250=648 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.23% from 648); Green value is 228 (89.45% from 255 or 35.19% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAE4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE4FA is #551B05. Grayscale: #D5D5D5. Windows color (decimal): -5577478 or 16442538. OLE color: 16442538.
HSL color Cylindrical-coordinate representation of color #AAE4FA: hue angle of 196.5º degrees, saturation: 0.89, 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 #AAE4FA is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 228 | 250 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.02 |
| HSL | 196.5º | 0.89% | 0.82% | - |
| HSV(B) | 196.5º | 0.32% | 0.98% | - |
| XYZ | 61.58 | 70.93 | 100.89 | - |
| YUV | 213.17 | 148.78 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 250 | 0.32 | 0.09 | 0 | 0.02 | 196.5 | 0.89 | 0.82 |
| Hex | AA | E4 | FA | 20 | 9 | 0 | 2 | C4 | 59 | 52 |
| Octal | 252 | 344 | 372 | 40 | 11 | 0 | 2 | 304 | 131 | 122 |
| Binary | 10101010 | 11100100 | 11111010 | 100000 | 1001 | 0 | 10 | 11000100 | 1011001 | 1010010 |
Color Harmonies of #AAE4FA
Complementary color
Monochromatic Colors of #AAE4FA
Black with #AAE4FA
Text Example
Text Example
White with #AAE4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE4FA; }
p { color: rgb(170,228,250); }
H1.HeaderClassName
{
color: #AAE4FA;
}
.AnyTagClassName
{
color: #AAE4FA;
}
</style>
background-color css
<style>
a { background-color: #AAE4FA; }
a { background-color: rgb(170,228,250); }
div.DivClassName
{
background-color: #AAE4FA;
}
.BgClassName
{
background-color: #AAE4FA;
}
</style>
border-color css
<style>
span { border-color: #AAE4FA; }
span { border-color: rgb(170,228,250); }
td.TdClassName
{
border-color: #AAE4FA;
}
.TagClassName
{
border-color: #AAE4FA;
}
</style>