Shades of Columbia Blue #AADDFA
Tints of Columbia Blue #AADDFA
RGB
CMYK
RGB Variations
Color information
#AADDFA (or 0xAADDFA) is known color: Columbia Blue. HEX triplet: AA, DD and FA. RGB value is (170,221,250). Sum of RGB (Red+Green+Blue) = 170+221+250=641 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.52% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #AADDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADDFA is #552205. Grayscale: #D0D0D0. Windows color (decimal): -5579270 or 16440746. OLE color: 16440746.
HSL color Cylindrical-coordinate representation of color #AADDFA: hue angle of 201.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AADDFA is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 221 | 250 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.02 |
| HSL | 201.75º | 0.89% | 0.82% | - |
| HSV(B) | 201.75º | 0.32% | 0.98% | - |
| XYZ | 59.69 | 67.16 | 100.26 | - |
| YUV | 209.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 250 | 0.32 | 0.12 | 0 | 0.02 | 201.75 | 0.89 | 0.82 |
| Hex | AA | DD | FA | 20 | C | 0 | 2 | CA | 59 | 52 |
| Octal | 252 | 335 | 372 | 40 | 14 | 0 | 2 | 312 | 131 | 122 |
| Binary | 10101010 | 11011101 | 11111010 | 100000 | 1100 | 0 | 10 | 11001010 | 1011001 | 1010010 |
Color Harmonies of #AADDFA
Complementary color
Monochromatic Colors of #AADDFA
Black with #AADDFA
Text Example
Text Example
White with #AADDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDFA; }
p { color: rgb(170,221,250); }
H1.HeaderClassName
{
color: #AADDFA;
}
.AnyTagClassName
{
color: #AADDFA;
}
</style>
background-color css
<style>
a { background-color: #AADDFA; }
a { background-color: rgb(170,221,250); }
div.DivClassName
{
background-color: #AADDFA;
}
.BgClassName
{
background-color: #AADDFA;
}
</style>
border-color css
<style>
span { border-color: #AADDFA; }
span { border-color: rgb(170,221,250); }
td.TdClassName
{
border-color: #AADDFA;
}
.TagClassName
{
border-color: #AADDFA;
}
</style>