Shades of Columbia Blue #AADAFA
Tints of Columbia Blue #AADAFA
RGB
CMYK
RGB Variations
Color information
#AADAFA (or 0xAADAFA) is known color: Columbia Blue. HEX triplet: AA, DA and FA. RGB value is (170,218,250). Sum of RGB (Red+Green+Blue) = 170+218+250=638 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.65% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #AADAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADAFA is #552505. Grayscale: #CFCFCF. Windows color (decimal): -5580038 or 16439978. OLE color: 16439978.
HSL color Cylindrical-coordinate representation of color #AADAFA: hue angle of 204º 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 #AADAFA is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 218 | 250 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.02 |
| HSL | 204º | 0.89% | 0.82% | - |
| HSV(B) | 204º | 0.32% | 0.98% | - |
| XYZ | 58.9 | 65.59 | 100 | - |
| YUV | 207.3 | 152.1 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 250 | 0.32 | 0.13 | 0 | 0.02 | 204 | 0.89 | 0.82 |
| Hex | AA | DA | FA | 20 | D | 0 | 2 | CC | 59 | 52 |
| Octal | 252 | 332 | 372 | 40 | 15 | 0 | 2 | 314 | 131 | 122 |
| Binary | 10101010 | 11011010 | 11111010 | 100000 | 1101 | 0 | 10 | 11001100 | 1011001 | 1010010 |
Color Harmonies of #AADAFA
Complementary color
Monochromatic Colors of #AADAFA
Black with #AADAFA
Text Example
Text Example
White with #AADAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADAFA; }
p { color: rgb(170,218,250); }
H1.HeaderClassName
{
color: #AADAFA;
}
.AnyTagClassName
{
color: #AADAFA;
}
</style>
background-color css
<style>
a { background-color: #AADAFA; }
a { background-color: rgb(170,218,250); }
div.DivClassName
{
background-color: #AADAFA;
}
.BgClassName
{
background-color: #AADAFA;
}
</style>
border-color css
<style>
span { border-color: #AADAFA; }
span { border-color: rgb(170,218,250); }
td.TdClassName
{
border-color: #AADAFA;
}
.TagClassName
{
border-color: #AADAFA;
}
</style>