Shades of Columbia Blue #ABDFFA
Tints of Columbia Blue #ABDFFA
RGB
CMYK
RGB Variations
Color information
#ABDFFA (or 0xABDFFA) is known color: Columbia Blue. HEX triplet: AB, DF and FA. RGB value is (171,223,250). Sum of RGB (Red+Green+Blue) = 171+223+250=644 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.55% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABDFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDFFA is #542005. Grayscale: #D2D2D2. Windows color (decimal): -5513222 or 16441259. OLE color: 16441259.
HSL color Cylindrical-coordinate representation of color #ABDFFA: hue angle of 200.51º 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 #ABDFFA is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 223 | 250 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.02 |
| HSL | 200.51º | 0.89% | 0.83% | - |
| HSV(B) | 200.51º | 0.32% | 0.98% | - |
| XYZ | 60.44 | 68.34 | 100.45 | - |
| YUV | 210.53 | 150.27 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 250 | 0.32 | 0.11 | 0 | 0.02 | 200.51 | 0.89 | 0.83 |
| Hex | AB | DF | FA | 20 | B | 0 | 2 | C9 | 59 | 53 |
| Octal | 253 | 337 | 372 | 40 | 13 | 0 | 2 | 311 | 131 | 123 |
| Binary | 10101011 | 11011111 | 11111010 | 100000 | 1011 | 0 | 10 | 11001001 | 1011001 | 1010011 |
Color Harmonies of #ABDFFA
Complementary color
Monochromatic Colors of #ABDFFA
Black with #ABDFFA
Text Example
Text Example
White with #ABDFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFFA; }
p { color: rgb(171,223,250); }
H1.HeaderClassName
{
color: #ABDFFA;
}
.AnyTagClassName
{
color: #ABDFFA;
}
</style>
background-color css
<style>
a { background-color: #ABDFFA; }
a { background-color: rgb(171,223,250); }
div.DivClassName
{
background-color: #ABDFFA;
}
.BgClassName
{
background-color: #ABDFFA;
}
</style>
border-color css
<style>
span { border-color: #ABDFFA; }
span { border-color: rgb(171,223,250); }
td.TdClassName
{
border-color: #ABDFFA;
}
.TagClassName
{
border-color: #ABDFFA;
}
</style>