Shades of Columbia Blue #AADDFC
Tints of Columbia Blue #AADDFC
RGB
CMYK
RGB Variations
Color information
#AADDFC (or 0xAADDFC) is known color: Columbia Blue. HEX triplet: AA, DD and FC. RGB value is (170,221,252). Sum of RGB (Red+Green+Blue) = 170+221+252=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #AADDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADDFC is #552203. Grayscale: #D1D1D1. Windows color (decimal): -5579268 or 16571818. OLE color: 16571818.
HSL color Cylindrical-coordinate representation of color #AADDFC: hue angle of 202.68º degrees, saturation: 0.93, 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 #AADDFC is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 221 | 252 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.01 |
| HSL | 202.68º | 0.93% | 0.83% | - |
| HSV(B) | 202.68º | 0.33% | 0.99% | - |
| XYZ | 60 | 67.29 | 101.92 | - |
| YUV | 209.29 | 152.1 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 252 | 0.33 | 0.12 | 0 | 0.01 | 202.68 | 0.93 | 0.83 |
| Hex | AA | DD | FC | 21 | C | 0 | 1 | CB | 5D | 53 |
| Octal | 252 | 335 | 374 | 41 | 14 | 0 | 1 | 313 | 135 | 123 |
| Binary | 10101010 | 11011101 | 11111100 | 100001 | 1100 | 0 | 1 | 11001011 | 1011101 | 1010011 |
Color Harmonies of #AADDFC
Complementary color
Monochromatic Colors of #AADDFC
Black with #AADDFC
Text Example
Text Example
White with #AADDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDFC; }
p { color: rgb(170,221,252); }
H1.HeaderClassName
{
color: #AADDFC;
}
.AnyTagClassName
{
color: #AADDFC;
}
</style>
background-color css
<style>
a { background-color: #AADDFC; }
a { background-color: rgb(170,221,252); }
div.DivClassName
{
background-color: #AADDFC;
}
.BgClassName
{
background-color: #AADDFC;
}
</style>
border-color css
<style>
span { border-color: #AADDFC; }
span { border-color: rgb(170,221,252); }
td.TdClassName
{
border-color: #AADDFC;
}
.TagClassName
{
border-color: #AADDFC;
}
</style>