Shades of Columbia Blue #ABDEFA
Tints of Columbia Blue #ABDEFA
RGB
CMYK
RGB Variations
Color information
#ABDEFA (or 0xABDEFA) is known color: Columbia Blue. HEX triplet: AB, DE and FA. RGB value is (171,222,250). Sum of RGB (Red+Green+Blue) = 171+222+250=643 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.59% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABDEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDEFA is #542105. Grayscale: #D1D1D1. Windows color (decimal): -5513478 or 16441003. OLE color: 16441003.
HSL color Cylindrical-coordinate representation of color #ABDEFA: hue angle of 201.27º degrees, saturation: 0.89, 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 #ABDEFA is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 222 | 250 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.02 |
| HSL | 201.27º | 0.89% | 0.83% | - |
| HSV(B) | 201.27º | 0.32% | 0.98% | - |
| XYZ | 60.17 | 67.8 | 100.36 | - |
| YUV | 209.94 | 150.6 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 250 | 0.32 | 0.11 | 0 | 0.02 | 201.27 | 0.89 | 0.83 |
| Hex | AB | DE | FA | 20 | B | 0 | 2 | C9 | 59 | 53 |
| Octal | 253 | 336 | 372 | 40 | 13 | 0 | 2 | 311 | 131 | 123 |
| Binary | 10101011 | 11011110 | 11111010 | 100000 | 1011 | 0 | 10 | 11001001 | 1011001 | 1010011 |
Color Harmonies of #ABDEFA
Complementary color
Monochromatic Colors of #ABDEFA
Black with #ABDEFA
Text Example
Text Example
White with #ABDEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDEFA; }
p { color: rgb(171,222,250); }
H1.HeaderClassName
{
color: #ABDEFA;
}
.AnyTagClassName
{
color: #ABDEFA;
}
</style>
background-color css
<style>
a { background-color: #ABDEFA; }
a { background-color: rgb(171,222,250); }
div.DivClassName
{
background-color: #ABDEFA;
}
.BgClassName
{
background-color: #ABDEFA;
}
</style>
border-color css
<style>
span { border-color: #ABDEFA; }
span { border-color: rgb(171,222,250); }
td.TdClassName
{
border-color: #ABDEFA;
}
.TagClassName
{
border-color: #ABDEFA;
}
</style>