Shades of Columbia Blue #AAD9FF
Tints of Columbia Blue #AAD9FF
RGB
CMYK
RGB Variations
Color information
#AAD9FF (or 0xAAD9FF) is known color: Columbia Blue. HEX triplet: AA, D9 and FF. RGB value is (170,217,255). Sum of RGB (Red+Green+Blue) = 170+217+255=642 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.48% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAD9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD9FF is #552600. Grayscale: #CFCFCF. Windows color (decimal): -5580289 or 16767402. OLE color: 16767402.
HSL color Cylindrical-coordinate representation of color #AAD9FF: hue angle of 206.82º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD9FF is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 217 | 255 | - |
| CMYK | 0.33 | 0.15 | 0 | 0 |
| HSL | 206.82º | 1% | 0.83% | - |
| HSV(B) | 206.82º | 0.33% | 1% | - |
| XYZ | 59.44 | 65.39 | 104.1 | - |
| YUV | 207.28 | 154.93 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 255 | 0.33 | 0.15 | 0 | 0 | 206.82 | 1 | 0.83 |
| Hex | AA | D9 | FF | 21 | F | 0 | 0 | CF | 64 | 53 |
| Octal | 252 | 331 | 377 | 41 | 17 | 0 | 0 | 317 | 144 | 123 |
| Binary | 10101010 | 11011001 | 11111111 | 100001 | 1111 | 0 | 0 | 11001111 | 1100100 | 1010011 |
Color Harmonies of #AAD9FF
Complementary color
Monochromatic Colors of #AAD9FF
Black with #AAD9FF
Text Example
Text Example
White with #AAD9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD9FF; }
p { color: rgb(170,217,255); }
H1.HeaderClassName
{
color: #AAD9FF;
}
.AnyTagClassName
{
color: #AAD9FF;
}
</style>
background-color css
<style>
a { background-color: #AAD9FF; }
a { background-color: rgb(170,217,255); }
div.DivClassName
{
background-color: #AAD9FF;
}
.BgClassName
{
background-color: #AAD9FF;
}
</style>
border-color css
<style>
span { border-color: #AAD9FF; }
span { border-color: rgb(170,217,255); }
td.TdClassName
{
border-color: #AAD9FF;
}
.TagClassName
{
border-color: #AAD9FF;
}
</style>