Shades of Columbia Blue #AADAFF
Tints of Columbia Blue #AADAFF
RGB
CMYK
RGB Variations
Color information
#AADAFF (or 0xAADAFF) is known color: Columbia Blue. HEX triplet: AA, DA and FF. RGB value is (170,218,255). Sum of RGB (Red+Green+Blue) = 170+218+255=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #AADAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADAFF is #552500. Grayscale: #CFCFCF. Windows color (decimal): -5580033 or 16767658. OLE color: 16767658.
HSL color Cylindrical-coordinate representation of color #AADAFF: hue angle of 206.12º 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 #AADAFF is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 218 | 255 | - |
| CMYK | 0.33 | 0.15 | 0 | 0 |
| HSL | 206.12º | 1% | 0.83% | - |
| HSV(B) | 206.12º | 0.33% | 1% | - |
| XYZ | 59.7 | 65.91 | 104.18 | - |
| YUV | 207.87 | 154.6 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 255 | 0.33 | 0.15 | 0 | 0 | 206.12 | 1 | 0.83 |
| Hex | AA | DA | FF | 21 | F | 0 | 0 | CE | 64 | 53 |
| Octal | 252 | 332 | 377 | 41 | 17 | 0 | 0 | 316 | 144 | 123 |
| Binary | 10101010 | 11011010 | 11111111 | 100001 | 1111 | 0 | 0 | 11001110 | 1100100 | 1010011 |
Color Harmonies of #AADAFF
Complementary color
Monochromatic Colors of #AADAFF
Black with #AADAFF
Text Example
Text Example
White with #AADAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADAFF; }
p { color: rgb(170,218,255); }
H1.HeaderClassName
{
color: #AADAFF;
}
.AnyTagClassName
{
color: #AADAFF;
}
</style>
background-color css
<style>
a { background-color: #AADAFF; }
a { background-color: rgb(170,218,255); }
div.DivClassName
{
background-color: #AADAFF;
}
.BgClassName
{
background-color: #AADAFF;
}
</style>
border-color css
<style>
span { border-color: #AADAFF; }
span { border-color: rgb(170,218,255); }
td.TdClassName
{
border-color: #AADAFF;
}
.TagClassName
{
border-color: #AADAFF;
}
</style>