Shades of Columbia Blue #AAE7FC
Tints of Columbia Blue #AAE7FC
RGB
CMYK
RGB Variations
Color information
#AAE7FC (or 0xAAE7FC) is known color: Columbia Blue. HEX triplet: AA, E7 and FC. RGB value is (170,231,252). Sum of RGB (Red+Green+Blue) = 170+231+252=653 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.03% from 653); Green value is 231 (90.62% from 255 or 35.38% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAE7FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE7FC is #551803. Grayscale: #D7D7D7. Windows color (decimal): -5576708 or 16574378. OLE color: 16574378.
HSL color Cylindrical-coordinate representation of color #AAE7FC: hue angle of 195.37º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAE7FC is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 231 | 252 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.01 |
| HSL | 195.37º | 0.93% | 0.83% | - |
| HSV(B) | 195.37º | 0.33% | 0.99% | - |
| XYZ | 62.72 | 72.73 | 102.83 | - |
| YUV | 215.16 | 148.79 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 252 | 0.33 | 0.08 | 0 | 0.01 | 195.37 | 0.93 | 0.83 |
| Hex | AA | E7 | FC | 21 | 8 | 0 | 1 | C3 | 5D | 53 |
| Octal | 252 | 347 | 374 | 41 | 10 | 0 | 1 | 303 | 135 | 123 |
| Binary | 10101010 | 11100111 | 11111100 | 100001 | 1000 | 0 | 1 | 11000011 | 1011101 | 1010011 |
Color Harmonies of #AAE7FC
Complementary color
Monochromatic Colors of #AAE7FC
Black with #AAE7FC
Text Example
Text Example
White with #AAE7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE7FC; }
p { color: rgb(170,231,252); }
H1.HeaderClassName
{
color: #AAE7FC;
}
.AnyTagClassName
{
color: #AAE7FC;
}
</style>
background-color css
<style>
a { background-color: #AAE7FC; }
a { background-color: rgb(170,231,252); }
div.DivClassName
{
background-color: #AAE7FC;
}
.BgClassName
{
background-color: #AAE7FC;
}
</style>
border-color css
<style>
span { border-color: #AAE7FC; }
span { border-color: rgb(170,231,252); }
td.TdClassName
{
border-color: #AAE7FC;
}
.TagClassName
{
border-color: #AAE7FC;
}
</style>