Shades of Columbia Blue #AADEFE
Tints of Columbia Blue #AADEFE
RGB
CMYK
RGB Variations
Color information
#AADEFE (or 0xAADEFE) is known color: Columbia Blue. HEX triplet: AA, DE and FE. RGB value is (170,222,254). Sum of RGB (Red+Green+Blue) = 170+222+254=646 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.32% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #AADEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADEFE is #552101. Grayscale: #D1D1D1. Windows color (decimal): -5579010 or 16703146. OLE color: 16703146.
HSL color Cylindrical-coordinate representation of color #AADEFE: hue angle of 202.86º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AADEFE is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 222 | 254 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.00 |
| HSL | 202.86º | 0.98% | 0.83% | - |
| HSV(B) | 202.86º | 0.33% | 1% | - |
| XYZ | 60.59 | 67.94 | 103.69 | - |
| YUV | 210.1 | 152.77 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 254 | 0.33 | 0.13 | 0 | 0.00 | 202.86 | 0.98 | 0.83 |
| Hex | AA | DE | FE | 21 | D | 0 | 0 | CB | 62 | 53 |
| Octal | 252 | 336 | 376 | 41 | 15 | 0 | 0 | 313 | 142 | 123 |
| Binary | 10101010 | 11011110 | 11111110 | 100001 | 1101 | 0 | 0 | 11001011 | 1100010 | 1010011 |
Color Harmonies of #AADEFE
Complementary color
Monochromatic Colors of #AADEFE
Black with #AADEFE
Text Example
Text Example
White with #AADEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADEFE; }
p { color: rgb(170,222,254); }
H1.HeaderClassName
{
color: #AADEFE;
}
.AnyTagClassName
{
color: #AADEFE;
}
</style>
background-color css
<style>
a { background-color: #AADEFE; }
a { background-color: rgb(170,222,254); }
div.DivClassName
{
background-color: #AADEFE;
}
.BgClassName
{
background-color: #AADEFE;
}
</style>
border-color css
<style>
span { border-color: #AADEFE; }
span { border-color: rgb(170,222,254); }
td.TdClassName
{
border-color: #AADEFE;
}
.TagClassName
{
border-color: #AADEFE;
}
</style>