Shades of Columbia Blue #AAE4FC
Tints of Columbia Blue #AAE4FC
RGB
CMYK
RGB Variations
Color information
#AAE4FC (or 0xAAE4FC) is known color: Columbia Blue. HEX triplet: AA, E4 and FC. RGB value is (170,228,252). Sum of RGB (Red+Green+Blue) = 170+228+252=650 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.15% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAE4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE4FC is #551B03. Grayscale: #D5D5D5. Windows color (decimal): -5577476 or 16573610. OLE color: 16573610.
HSL color Cylindrical-coordinate representation of color #AAE4FC: hue angle of 197.56º 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 #AAE4FC is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 228 | 252 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.01 |
| HSL | 197.56º | 0.93% | 0.83% | - |
| HSV(B) | 197.56º | 0.33% | 0.99% | - |
| XYZ | 61.89 | 71.06 | 102.55 | - |
| YUV | 213.39 | 149.78 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 252 | 0.33 | 0.10 | 0 | 0.01 | 197.56 | 0.93 | 0.83 |
| Hex | AA | E4 | FC | 21 | A | 0 | 1 | C6 | 5D | 53 |
| Octal | 252 | 344 | 374 | 41 | 12 | 0 | 1 | 306 | 135 | 123 |
| Binary | 10101010 | 11100100 | 11111100 | 100001 | 1010 | 0 | 1 | 11000110 | 1011101 | 1010011 |
Color Harmonies of #AAE4FC
Complementary color
Monochromatic Colors of #AAE4FC
Black with #AAE4FC
Text Example
Text Example
White with #AAE4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE4FC; }
p { color: rgb(170,228,252); }
H1.HeaderClassName
{
color: #AAE4FC;
}
.AnyTagClassName
{
color: #AAE4FC;
}
</style>
background-color css
<style>
a { background-color: #AAE4FC; }
a { background-color: rgb(170,228,252); }
div.DivClassName
{
background-color: #AAE4FC;
}
.BgClassName
{
background-color: #AAE4FC;
}
</style>
border-color css
<style>
span { border-color: #AAE4FC; }
span { border-color: rgb(170,228,252); }
td.TdClassName
{
border-color: #AAE4FC;
}
.TagClassName
{
border-color: #AAE4FC;
}
</style>