Shades of Columbia Blue #AAE0F8
Tints of Columbia Blue #AAE0F8
RGB
CMYK
RGB Variations
Color information
#AAE0F8 (or 0xAAE0F8) is known color: Columbia Blue. HEX triplet: AA, E0 and F8. RGB value is (170,224,248). Sum of RGB (Red+Green+Blue) = 170+224+248=642 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.48% from 642); Green value is 224 (87.89% from 255 or 34.89% from 642); Blue value is 248 (97.27% from 255 or 38.63% from 642); Max value from RGB is 248 - color contains mainly: blue. Hex color #AAE0F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE0F8 is #551F07. Grayscale: #D2D2D2. Windows color (decimal): -5578504 or 16310442. OLE color: 16310442.
HSL color Cylindrical-coordinate representation of color #AAE0F8: hue angle of 198.46º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAE0F8 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 224 | 248 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.03 |
| HSL | 198.46º | 0.85% | 0.82% | - |
| HSV(B) | 198.46º | 0.31% | 0.97% | - |
| XYZ | 60.18 | 68.63 | 98.88 | - |
| YUV | 210.59 | 149.11 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 248 | 0.31 | 0.10 | 0 | 0.03 | 198.46 | 0.85 | 0.82 |
| Hex | AA | E0 | F8 | 1F | A | 0 | 3 | C6 | 55 | 52 |
| Octal | 252 | 340 | 370 | 37 | 12 | 0 | 3 | 306 | 125 | 122 |
| Binary | 10101010 | 11100000 | 11111000 | 11111 | 1010 | 0 | 11 | 11000110 | 1010101 | 1010010 |
Color Harmonies of #AAE0F8
Complementary color
Monochromatic Colors of #AAE0F8
Black with #AAE0F8
Text Example
Text Example
White with #AAE0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE0F8; }
p { color: rgb(170,224,248); }
H1.HeaderClassName
{
color: #AAE0F8;
}
.AnyTagClassName
{
color: #AAE0F8;
}
</style>
background-color css
<style>
a { background-color: #AAE0F8; }
a { background-color: rgb(170,224,248); }
div.DivClassName
{
background-color: #AAE0F8;
}
.BgClassName
{
background-color: #AAE0F8;
}
</style>
border-color css
<style>
span { border-color: #AAE0F8; }
span { border-color: rgb(170,224,248); }
td.TdClassName
{
border-color: #AAE0F8;
}
.TagClassName
{
border-color: #AAE0F8;
}
</style>