Shades of Columbia Blue #AADEFC
Tints of Columbia Blue #AADEFC
RGB
CMYK
RGB Variations
Color information
#AADEFC (or 0xAADEFC) is known color: Columbia Blue. HEX triplet: AA, DE and FC. RGB value is (170,222,252). Sum of RGB (Red+Green+Blue) = 170+222+252=644 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.40% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #AADEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADEFC is #552103. Grayscale: #D1D1D1. Windows color (decimal): -5579012 or 16572074. OLE color: 16572074.
HSL color Cylindrical-coordinate representation of color #AADEFC: hue angle of 201.95º 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 #AADEFC is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 222 | 252 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.01 |
| HSL | 201.95º | 0.93% | 0.83% | - |
| HSV(B) | 201.95º | 0.33% | 0.99% | - |
| XYZ | 60.27 | 67.82 | 102.01 | - |
| YUV | 209.87 | 151.77 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 252 | 0.33 | 0.12 | 0 | 0.01 | 201.95 | 0.93 | 0.83 |
| Hex | AA | DE | FC | 21 | C | 0 | 1 | CA | 5D | 53 |
| Octal | 252 | 336 | 374 | 41 | 14 | 0 | 1 | 312 | 135 | 123 |
| Binary | 10101010 | 11011110 | 11111100 | 100001 | 1100 | 0 | 1 | 11001010 | 1011101 | 1010011 |
Color Harmonies of #AADEFC
Complementary color
Monochromatic Colors of #AADEFC
Black with #AADEFC
Text Example
Text Example
White with #AADEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADEFC; }
p { color: rgb(170,222,252); }
H1.HeaderClassName
{
color: #AADEFC;
}
.AnyTagClassName
{
color: #AADEFC;
}
</style>
background-color css
<style>
a { background-color: #AADEFC; }
a { background-color: rgb(170,222,252); }
div.DivClassName
{
background-color: #AADEFC;
}
.BgClassName
{
background-color: #AADEFC;
}
</style>
border-color css
<style>
span { border-color: #AADEFC; }
span { border-color: rgb(170,222,252); }
td.TdClassName
{
border-color: #AADEFC;
}
.TagClassName
{
border-color: #AADEFC;
}
</style>