Shades of Columbia Blue #AADBFD
Tints of Columbia Blue #AADBFD
RGB
CMYK
RGB Variations
Color information
#AADBFD (or 0xAADBFD) is known color: Columbia Blue. HEX triplet: AA, DB and FD. RGB value is (170,219,253). Sum of RGB (Red+Green+Blue) = 170+219+253=642 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.48% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #AADBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADBFD is #552402. Grayscale: #D0D0D0. Windows color (decimal): -5579779 or 16636842. OLE color: 16636842.
HSL color Cylindrical-coordinate representation of color #AADBFD: hue angle of 204.58º 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 #AADBFD is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 219 | 253 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.01 |
| HSL | 204.58º | 0.95% | 0.83% | - |
| HSV(B) | 204.58º | 0.33% | 0.99% | - |
| XYZ | 59.64 | 66.3 | 102.58 | - |
| YUV | 208.23 | 153.27 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 253 | 0.33 | 0.13 | 0 | 0.01 | 204.58 | 0.95 | 0.83 |
| Hex | AA | DB | FD | 21 | D | 0 | 1 | CD | 5F | 53 |
| Octal | 252 | 333 | 375 | 41 | 15 | 0 | 1 | 315 | 137 | 123 |
| Binary | 10101010 | 11011011 | 11111101 | 100001 | 1101 | 0 | 1 | 11001101 | 1011111 | 1010011 |
Color Harmonies of #AADBFD
Complementary color
Monochromatic Colors of #AADBFD
Black with #AADBFD
Text Example
Text Example
White with #AADBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBFD; }
p { color: rgb(170,219,253); }
H1.HeaderClassName
{
color: #AADBFD;
}
.AnyTagClassName
{
color: #AADBFD;
}
</style>
background-color css
<style>
a { background-color: #AADBFD; }
a { background-color: rgb(170,219,253); }
div.DivClassName
{
background-color: #AADBFD;
}
.BgClassName
{
background-color: #AADBFD;
}
</style>
border-color css
<style>
span { border-color: #AADBFD; }
span { border-color: rgb(170,219,253); }
td.TdClassName
{
border-color: #AADBFD;
}
.TagClassName
{
border-color: #AADBFD;
}
</style>