Shades of Columbia Blue #ABDDFB
Tints of Columbia Blue #ABDDFB
RGB
CMYK
RGB Variations
Color information
#ABDDFB (or 0xABDDFB) is known color: Columbia Blue. HEX triplet: AB, DD and FB. RGB value is (171,221,251). Sum of RGB (Red+Green+Blue) = 171+221+251=643 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.59% from 643); Green value is 221 (86.72% from 255 or 34.37% 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 #ABDDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDDFB is #542204. Grayscale: #D1D1D1. Windows color (decimal): -5513733 or 16506283. OLE color: 16506283.
HSL color Cylindrical-coordinate representation of color #ABDDFB: hue angle of 202.5º 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 #ABDDFB is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 221 | 251 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.02 |
| HSL | 202.5º | 0.91% | 0.83% | - |
| HSV(B) | 202.5º | 0.32% | 0.98% | - |
| XYZ | 60.06 | 67.34 | 101.1 | - |
| YUV | 209.47 | 151.44 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 251 | 0.32 | 0.12 | 0 | 0.02 | 202.5 | 0.91 | 0.83 |
| Hex | AB | DD | FB | 20 | C | 0 | 2 | CA | 5B | 53 |
| Octal | 253 | 335 | 373 | 40 | 14 | 0 | 2 | 312 | 133 | 123 |
| Binary | 10101011 | 11011101 | 11111011 | 100000 | 1100 | 0 | 10 | 11001010 | 1011011 | 1010011 |
Color Harmonies of #ABDDFB
Complementary color
Monochromatic Colors of #ABDDFB
Black with #ABDDFB
Text Example
Text Example
White with #ABDDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDFB; }
p { color: rgb(171,221,251); }
H1.HeaderClassName
{
color: #ABDDFB;
}
.AnyTagClassName
{
color: #ABDDFB;
}
</style>
background-color css
<style>
a { background-color: #ABDDFB; }
a { background-color: rgb(171,221,251); }
div.DivClassName
{
background-color: #ABDDFB;
}
.BgClassName
{
background-color: #ABDDFB;
}
</style>
border-color css
<style>
span { border-color: #ABDDFB; }
span { border-color: rgb(171,221,251); }
td.TdClassName
{
border-color: #ABDDFB;
}
.TagClassName
{
border-color: #ABDDFB;
}
</style>