Shades of Columbia Blue #AADEF7
Tints of Columbia Blue #AADEF7
RGB
CMYK
RGB Variations
Color information
#AADEF7 (or 0xAADEF7) is known color: Columbia Blue. HEX triplet: AA, DE and F7. RGB value is (170,222,247). Sum of RGB (Red+Green+Blue) = 170+222+247=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 247 (96.88% from 255 or 38.65% from 639); Max value from RGB is 247 - color contains mainly: blue. Hex color #AADEF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADEF7 is #552108. Grayscale: #D1D1D1. Windows color (decimal): -5579017 or 16244394. OLE color: 16244394.
HSL color Cylindrical-coordinate representation of color #AADEF7: hue angle of 199.48º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AADEF7 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 222 | 247 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.03 |
| HSL | 199.48º | 0.83% | 0.82% | - |
| HSV(B) | 199.48º | 0.31% | 0.97% | - |
| XYZ | 59.49 | 67.5 | 97.89 | - |
| YUV | 209.3 | 149.27 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 247 | 0.31 | 0.10 | 0 | 0.03 | 199.48 | 0.83 | 0.82 |
| Hex | AA | DE | F7 | 1F | A | 0 | 3 | C7 | 53 | 52 |
| Octal | 252 | 336 | 367 | 37 | 12 | 0 | 3 | 307 | 123 | 122 |
| Binary | 10101010 | 11011110 | 11110111 | 11111 | 1010 | 0 | 11 | 11000111 | 1010011 | 1010010 |
Color Harmonies of #AADEF7
Complementary color
Monochromatic Colors of #AADEF7
Black with #AADEF7
Text Example
Text Example
White with #AADEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADEF7; }
p { color: rgb(170,222,247); }
H1.HeaderClassName
{
color: #AADEF7;
}
.AnyTagClassName
{
color: #AADEF7;
}
</style>
background-color css
<style>
a { background-color: #AADEF7; }
a { background-color: rgb(170,222,247); }
div.DivClassName
{
background-color: #AADEF7;
}
.BgClassName
{
background-color: #AADEF7;
}
</style>
border-color css
<style>
span { border-color: #AADEF7; }
span { border-color: rgb(170,222,247); }
td.TdClassName
{
border-color: #AADEF7;
}
.TagClassName
{
border-color: #AADEF7;
}
</style>