Shades of Columbia Blue #AADDFD
Tints of Columbia Blue #AADDFD
RGB
CMYK
RGB Variations
Color information
#AADDFD (or 0xAADDFD) is known color: Columbia Blue. HEX triplet: AA, DD and FD. RGB value is (170,221,253). Sum of RGB (Red+Green+Blue) = 170+221+253=644 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.40% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #AADDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADDFD is #552202. Grayscale: #D1D1D1. Windows color (decimal): -5579267 or 16637354. OLE color: 16637354.
HSL color Cylindrical-coordinate representation of color #AADDFD: hue angle of 203.13º 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 #AADDFD is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 221 | 253 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.01 |
| HSL | 203.13º | 0.95% | 0.83% | - |
| HSV(B) | 203.13º | 0.33% | 0.99% | - |
| XYZ | 60.16 | 67.35 | 102.76 | - |
| YUV | 209.4 | 152.6 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 253 | 0.33 | 0.13 | 0 | 0.01 | 203.13 | 0.95 | 0.83 |
| Hex | AA | DD | FD | 21 | D | 0 | 1 | CB | 5F | 53 |
| Octal | 252 | 335 | 375 | 41 | 15 | 0 | 1 | 313 | 137 | 123 |
| Binary | 10101010 | 11011101 | 11111101 | 100001 | 1101 | 0 | 1 | 11001011 | 1011111 | 1010011 |
Color Harmonies of #AADDFD
Complementary color
Monochromatic Colors of #AADDFD
Black with #AADDFD
Text Example
Text Example
White with #AADDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDFD; }
p { color: rgb(170,221,253); }
H1.HeaderClassName
{
color: #AADDFD;
}
.AnyTagClassName
{
color: #AADDFD;
}
</style>
background-color css
<style>
a { background-color: #AADDFD; }
a { background-color: rgb(170,221,253); }
div.DivClassName
{
background-color: #AADDFD;
}
.BgClassName
{
background-color: #AADDFD;
}
</style>
border-color css
<style>
span { border-color: #AADDFD; }
span { border-color: rgb(170,221,253); }
td.TdClassName
{
border-color: #AADDFD;
}
.TagClassName
{
border-color: #AADDFD;
}
</style>