Shades of Columbia Blue #AADEF6
Tints of Columbia Blue #AADEF6
RGB
CMYK
RGB Variations
Color information
#AADEF6 (or 0xAADEF6) is known color: Columbia Blue. HEX triplet: AA, DE and F6. RGB value is (170,222,246). Sum of RGB (Red+Green+Blue) = 170+222+246=638 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.65% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 246 (96.48% from 255 or 38.56% from 638); Max value from RGB is 246 - color contains mainly: blue. Hex color #AADEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADEF6 is #552109. Grayscale: #D1D1D1. Windows color (decimal): -5579018 or 16178858. OLE color: 16178858.
HSL color Cylindrical-coordinate representation of color #AADEF6: hue angle of 198.95º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AADEF6 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 222 | 246 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.04 |
| HSL | 198.95º | 0.81% | 0.82% | - |
| HSV(B) | 198.95º | 0.31% | 0.96% | - |
| XYZ | 59.33 | 67.44 | 97.08 | - |
| YUV | 209.19 | 148.77 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 246 | 0.31 | 0.10 | 0 | 0.04 | 198.95 | 0.81 | 0.82 |
| Hex | AA | DE | F6 | 1F | A | 0 | 4 | C7 | 51 | 52 |
| Octal | 252 | 336 | 366 | 37 | 12 | 0 | 4 | 307 | 121 | 122 |
| Binary | 10101010 | 11011110 | 11110110 | 11111 | 1010 | 0 | 100 | 11000111 | 1010001 | 1010010 |
Color Harmonies of #AADEF6
Complementary color
Monochromatic Colors of #AADEF6
Black with #AADEF6
Text Example
Text Example
White with #AADEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADEF6; }
p { color: rgb(170,222,246); }
H1.HeaderClassName
{
color: #AADEF6;
}
.AnyTagClassName
{
color: #AADEF6;
}
</style>
background-color css
<style>
a { background-color: #AADEF6; }
a { background-color: rgb(170,222,246); }
div.DivClassName
{
background-color: #AADEF6;
}
.BgClassName
{
background-color: #AADEF6;
}
</style>
border-color css
<style>
span { border-color: #AADEF6; }
span { border-color: rgb(170,222,246); }
td.TdClassName
{
border-color: #AADEF6;
}
.TagClassName
{
border-color: #AADEF6;
}
</style>