Shades of Columbia Blue #AADAFE
Tints of Columbia Blue #AADAFE
RGB
CMYK
RGB Variations
Color information
#AADAFE (or 0xAADAFE) is known color: Columbia Blue. HEX triplet: AA, DA and FE. RGB value is (170,218,254). Sum of RGB (Red+Green+Blue) = 170+218+254=642 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.48% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #AADAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADAFE is #552501. Grayscale: #CFCFCF. Windows color (decimal): -5580034 or 16702122. OLE color: 16702122.
HSL color Cylindrical-coordinate representation of color #AADAFE: hue angle of 205.71º 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 #AADAFE is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 218 | 254 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.00 |
| HSL | 205.71º | 0.98% | 0.83% | - |
| HSV(B) | 205.71º | 0.33% | 1% | - |
| XYZ | 59.54 | 65.84 | 103.34 | - |
| YUV | 207.75 | 154.1 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 254 | 0.33 | 0.14 | 0 | 0.00 | 205.71 | 0.98 | 0.83 |
| Hex | AA | DA | FE | 21 | E | 0 | 0 | CE | 62 | 53 |
| Octal | 252 | 332 | 376 | 41 | 16 | 0 | 0 | 316 | 142 | 123 |
| Binary | 10101010 | 11011010 | 11111110 | 100001 | 1110 | 0 | 0 | 11001110 | 1100010 | 1010011 |
Color Harmonies of #AADAFE
Complementary color
Monochromatic Colors of #AADAFE
Black with #AADAFE
Text Example
Text Example
White with #AADAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADAFE; }
p { color: rgb(170,218,254); }
H1.HeaderClassName
{
color: #AADAFE;
}
.AnyTagClassName
{
color: #AADAFE;
}
</style>
background-color css
<style>
a { background-color: #AADAFE; }
a { background-color: rgb(170,218,254); }
div.DivClassName
{
background-color: #AADAFE;
}
.BgClassName
{
background-color: #AADAFE;
}
</style>
border-color css
<style>
span { border-color: #AADAFE; }
span { border-color: rgb(170,218,254); }
td.TdClassName
{
border-color: #AADAFE;
}
.TagClassName
{
border-color: #AADAFE;
}
</style>