Shades of Columbia Blue #AADEFB
Tints of Columbia Blue #AADEFB
RGB
CMYK
RGB Variations
Color information
#AADEFB (or 0xAADEFB) is known color: Columbia Blue. HEX triplet: AA, DE and FB. RGB value is (170,222,251). Sum of RGB (Red+Green+Blue) = 170+222+251=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #AADEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADEFB is #552104. Grayscale: #D1D1D1. Windows color (decimal): -5579013 or 16506538. OLE color: 16506538.
HSL color Cylindrical-coordinate representation of color #AADEFB: hue angle of 201.48º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AADEFB is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 222 | 251 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.02 |
| HSL | 201.48º | 0.91% | 0.83% | - |
| HSV(B) | 201.48º | 0.32% | 0.98% | - |
| XYZ | 60.11 | 67.75 | 101.18 | - |
| YUV | 209.76 | 151.27 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 251 | 0.32 | 0.12 | 0 | 0.02 | 201.48 | 0.91 | 0.83 |
| Hex | AA | DE | FB | 20 | C | 0 | 2 | C9 | 5B | 53 |
| Octal | 252 | 336 | 373 | 40 | 14 | 0 | 2 | 311 | 133 | 123 |
| Binary | 10101010 | 11011110 | 11111011 | 100000 | 1100 | 0 | 10 | 11001001 | 1011011 | 1010011 |
Color Harmonies of #AADEFB
Complementary color
Monochromatic Colors of #AADEFB
Black with #AADEFB
Text Example
Text Example
White with #AADEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADEFB; }
p { color: rgb(170,222,251); }
H1.HeaderClassName
{
color: #AADEFB;
}
.AnyTagClassName
{
color: #AADEFB;
}
</style>
background-color css
<style>
a { background-color: #AADEFB; }
a { background-color: rgb(170,222,251); }
div.DivClassName
{
background-color: #AADEFB;
}
.BgClassName
{
background-color: #AADEFB;
}
</style>
border-color css
<style>
span { border-color: #AADEFB; }
span { border-color: rgb(170,222,251); }
td.TdClassName
{
border-color: #AADEFB;
}
.TagClassName
{
border-color: #AADEFB;
}
</style>