Shades of Columbia Blue #AADEFD
Tints of Columbia Blue #AADEFD
RGB
CMYK
RGB Variations
Color information
#AADEFD (or 0xAADEFD) is known color: Columbia Blue. HEX triplet: AA, DE and FD. RGB value is (170,222,253). Sum of RGB (Red+Green+Blue) = 170+222+253=645 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.36% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #AADEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADEFD is #552102. Grayscale: #D1D1D1. Windows color (decimal): -5579011 or 16637610. OLE color: 16637610.
HSL color Cylindrical-coordinate representation of color #AADEFD: hue angle of 202.41º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AADEFD is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 222 | 253 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.01 |
| HSL | 202.41º | 0.95% | 0.83% | - |
| HSV(B) | 202.41º | 0.33% | 0.99% | - |
| XYZ | 60.43 | 67.88 | 102.85 | - |
| YUV | 209.99 | 152.27 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 253 | 0.33 | 0.12 | 0 | 0.01 | 202.41 | 0.95 | 0.83 |
| Hex | AA | DE | FD | 21 | C | 0 | 1 | CA | 5F | 53 |
| Octal | 252 | 336 | 375 | 41 | 14 | 0 | 1 | 312 | 137 | 123 |
| Binary | 10101010 | 11011110 | 11111101 | 100001 | 1100 | 0 | 1 | 11001010 | 1011111 | 1010011 |
Color Harmonies of #AADEFD
Complementary color
Monochromatic Colors of #AADEFD
Black with #AADEFD
Text Example
Text Example
White with #AADEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADEFD; }
p { color: rgb(170,222,253); }
H1.HeaderClassName
{
color: #AADEFD;
}
.AnyTagClassName
{
color: #AADEFD;
}
</style>
background-color css
<style>
a { background-color: #AADEFD; }
a { background-color: rgb(170,222,253); }
div.DivClassName
{
background-color: #AADEFD;
}
.BgClassName
{
background-color: #AADEFD;
}
</style>
border-color css
<style>
span { border-color: #AADEFD; }
span { border-color: rgb(170,222,253); }
td.TdClassName
{
border-color: #AADEFD;
}
.TagClassName
{
border-color: #AADEFD;
}
</style>