Shades of Columbia Blue #AAE8FE
Tints of Columbia Blue #AAE8FE
RGB
CMYK
RGB Variations
Color information
#AAE8FE (or 0xAAE8FE) is known color: Columbia Blue. HEX triplet: AA, E8 and FE. RGB value is (170,232,254). Sum of RGB (Red+Green+Blue) = 170+232+254=656 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.91% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAE8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE8FE is #551701. Grayscale: #D7D7D7. Windows color (decimal): -5576450 or 16705706. OLE color: 16705706.
HSL color Cylindrical-coordinate representation of color #AAE8FE: hue angle of 195.71º 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 #AAE8FE is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 232 | 254 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.00 |
| HSL | 195.71º | 0.98% | 0.83% | - |
| HSV(B) | 195.71º | 0.33% | 1% | - |
| XYZ | 63.32 | 73.42 | 104.6 | - |
| YUV | 215.97 | 149.46 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 254 | 0.33 | 0.09 | 0 | 0.00 | 195.71 | 0.98 | 0.83 |
| Hex | AA | E8 | FE | 21 | 9 | 0 | 0 | C4 | 62 | 53 |
| Octal | 252 | 350 | 376 | 41 | 11 | 0 | 0 | 304 | 142 | 123 |
| Binary | 10101010 | 11101000 | 11111110 | 100001 | 1001 | 0 | 0 | 11000100 | 1100010 | 1010011 |
Color Harmonies of #AAE8FE
Complementary color
Monochromatic Colors of #AAE8FE
Black with #AAE8FE
Text Example
Text Example
White with #AAE8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE8FE; }
p { color: rgb(170,232,254); }
H1.HeaderClassName
{
color: #AAE8FE;
}
.AnyTagClassName
{
color: #AAE8FE;
}
</style>
background-color css
<style>
a { background-color: #AAE8FE; }
a { background-color: rgb(170,232,254); }
div.DivClassName
{
background-color: #AAE8FE;
}
.BgClassName
{
background-color: #AAE8FE;
}
</style>
border-color css
<style>
span { border-color: #AAE8FE; }
span { border-color: rgb(170,232,254); }
td.TdClassName
{
border-color: #AAE8FE;
}
.TagClassName
{
border-color: #AAE8FE;
}
</style>