Shades of Columbia Blue #AAE5FE
Tints of Columbia Blue #AAE5FE
RGB
CMYK
RGB Variations
Color information
#AAE5FE (or 0xAAE5FE) is known color: Columbia Blue. HEX triplet: AA, E5 and FE. RGB value is (170,229,254). Sum of RGB (Red+Green+Blue) = 170+229+254=653 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.03% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAE5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE5FE is #551A01. Grayscale: #D6D6D6. Windows color (decimal): -5577218 or 16704938. OLE color: 16704938.
HSL color Cylindrical-coordinate representation of color #AAE5FE: hue angle of 197.86º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAE5FE is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 229 | 254 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.00 |
| HSL | 197.86º | 0.98% | 0.83% | - |
| HSV(B) | 197.86º | 0.33% | 1% | - |
| XYZ | 62.49 | 71.74 | 104.32 | - |
| YUV | 214.21 | 150.45 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 254 | 0.33 | 0.10 | 0 | 0.00 | 197.86 | 0.98 | 0.83 |
| Hex | AA | E5 | FE | 21 | A | 0 | 0 | C6 | 62 | 53 |
| Octal | 252 | 345 | 376 | 41 | 12 | 0 | 0 | 306 | 142 | 123 |
| Binary | 10101010 | 11100101 | 11111110 | 100001 | 1010 | 0 | 0 | 11000110 | 1100010 | 1010011 |
Color Harmonies of #AAE5FE
Complementary color
Monochromatic Colors of #AAE5FE
Black with #AAE5FE
Text Example
Text Example
White with #AAE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE5FE; }
p { color: rgb(170,229,254); }
H1.HeaderClassName
{
color: #AAE5FE;
}
.AnyTagClassName
{
color: #AAE5FE;
}
</style>
background-color css
<style>
a { background-color: #AAE5FE; }
a { background-color: rgb(170,229,254); }
div.DivClassName
{
background-color: #AAE5FE;
}
.BgClassName
{
background-color: #AAE5FE;
}
</style>
border-color css
<style>
span { border-color: #AAE5FE; }
span { border-color: rgb(170,229,254); }
td.TdClassName
{
border-color: #AAE5FE;
}
.TagClassName
{
border-color: #AAE5FE;
}
</style>