Shades of Columbia Blue #AADCFF
Tints of Columbia Blue #AADCFF
RGB
CMYK
RGB Variations
Color information
#AADCFF (or 0xAADCFF) is known color: Columbia Blue. HEX triplet: AA, DC and FF. RGB value is (170,220,255). Sum of RGB (Red+Green+Blue) = 170+220+255=645 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.36% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #AADCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADCFF is #552300. Grayscale: #D0D0D0. Windows color (decimal): -5579521 or 16768170. OLE color: 16768170.
HSL color Cylindrical-coordinate representation of color #AADCFF: hue angle of 204.71º 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 #AADCFF is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 220 | 255 | - |
| CMYK | 0.33 | 0.14 | 0 | 0 |
| HSL | 204.71º | 1% | 0.83% | - |
| HSV(B) | 204.71º | 0.33% | 1% | - |
| XYZ | 60.22 | 66.95 | 104.36 | - |
| YUV | 209.04 | 153.94 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 255 | 0.33 | 0.14 | 0 | 0 | 204.71 | 1 | 0.83 |
| Hex | AA | DC | FF | 21 | E | 0 | 0 | CD | 64 | 53 |
| Octal | 252 | 334 | 377 | 41 | 16 | 0 | 0 | 315 | 144 | 123 |
| Binary | 10101010 | 11011100 | 11111111 | 100001 | 1110 | 0 | 0 | 11001101 | 1100100 | 1010011 |
Color Harmonies of #AADCFF
Complementary color
Monochromatic Colors of #AADCFF
Black with #AADCFF
Text Example
Text Example
White with #AADCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCFF; }
p { color: rgb(170,220,255); }
H1.HeaderClassName
{
color: #AADCFF;
}
.AnyTagClassName
{
color: #AADCFF;
}
</style>
background-color css
<style>
a { background-color: #AADCFF; }
a { background-color: rgb(170,220,255); }
div.DivClassName
{
background-color: #AADCFF;
}
.BgClassName
{
background-color: #AADCFF;
}
</style>
border-color css
<style>
span { border-color: #AADCFF; }
span { border-color: rgb(170,220,255); }
td.TdClassName
{
border-color: #AADCFF;
}
.TagClassName
{
border-color: #AADCFF;
}
</style>