Shades of Columbia Blue #AADCFE
Tints of Columbia Blue #AADCFE
RGB
CMYK
RGB Variations
Color information
#AADCFE (or 0xAADCFE) is known color: Columbia Blue. HEX triplet: AA, DC and FE. RGB value is (170,220,254). Sum of RGB (Red+Green+Blue) = 170+220+254=644 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.40% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #AADCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADCFE is #552301. Grayscale: #D0D0D0. Windows color (decimal): -5579522 or 16702634. OLE color: 16702634.
HSL color Cylindrical-coordinate representation of color #AADCFE: hue angle of 204.29º 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 #AADCFE is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 220 | 254 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.00 |
| HSL | 204.29º | 0.98% | 0.83% | - |
| HSV(B) | 204.29º | 0.33% | 1% | - |
| XYZ | 60.06 | 66.89 | 103.51 | - |
| YUV | 208.93 | 153.44 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 254 | 0.33 | 0.13 | 0 | 0.00 | 204.29 | 0.98 | 0.83 |
| Hex | AA | DC | FE | 21 | D | 0 | 0 | CC | 62 | 53 |
| Octal | 252 | 334 | 376 | 41 | 15 | 0 | 0 | 314 | 142 | 123 |
| Binary | 10101010 | 11011100 | 11111110 | 100001 | 1101 | 0 | 0 | 11001100 | 1100010 | 1010011 |
Color Harmonies of #AADCFE
Complementary color
Monochromatic Colors of #AADCFE
Black with #AADCFE
Text Example
Text Example
White with #AADCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCFE; }
p { color: rgb(170,220,254); }
H1.HeaderClassName
{
color: #AADCFE;
}
.AnyTagClassName
{
color: #AADCFE;
}
</style>
background-color css
<style>
a { background-color: #AADCFE; }
a { background-color: rgb(170,220,254); }
div.DivClassName
{
background-color: #AADCFE;
}
.BgClassName
{
background-color: #AADCFE;
}
</style>
border-color css
<style>
span { border-color: #AADCFE; }
span { border-color: rgb(170,220,254); }
td.TdClassName
{
border-color: #AADCFE;
}
.TagClassName
{
border-color: #AADCFE;
}
</style>