Shades of Columbia Blue #ABDBFF
Tints of Columbia Blue #ABDBFF
RGB
CMYK
RGB Variations
Color information
#ABDBFF (or 0xABDBFF) is known color: Columbia Blue. HEX triplet: AB, DB and FF. RGB value is (171,219,255). Sum of RGB (Red+Green+Blue) = 171+219+255=645 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.51% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABDBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDBFF is #542400. Grayscale: #D0D0D0. Windows color (decimal): -5514241 or 16767915. OLE color: 16767915.
HSL color Cylindrical-coordinate representation of color #ABDBFF: hue angle of 205.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABDBFF is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 219 | 255 | - |
| CMYK | 0.33 | 0.14 | 0 | 0 |
| HSL | 205.71º | 1% | 0.84% | - |
| HSV(B) | 205.71º | 0.33% | 1% | - |
| XYZ | 60.18 | 66.54 | 104.28 | - |
| YUV | 208.75 | 154.1 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 255 | 0.33 | 0.14 | 0 | 0 | 205.71 | 1 | 0.84 |
| Hex | AB | DB | FF | 21 | E | 0 | 0 | CE | 64 | 54 |
| Octal | 253 | 333 | 377 | 41 | 16 | 0 | 0 | 316 | 144 | 124 |
| Binary | 10101011 | 11011011 | 11111111 | 100001 | 1110 | 0 | 0 | 11001110 | 1100100 | 1010100 |
Color Harmonies of #ABDBFF
Complementary color
Monochromatic Colors of #ABDBFF
Black with #ABDBFF
Text Example
Text Example
White with #ABDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDBFF; }
p { color: rgb(171,219,255); }
H1.HeaderClassName
{
color: #ABDBFF;
}
.AnyTagClassName
{
color: #ABDBFF;
}
</style>
background-color css
<style>
a { background-color: #ABDBFF; }
a { background-color: rgb(171,219,255); }
div.DivClassName
{
background-color: #ABDBFF;
}
.BgClassName
{
background-color: #ABDBFF;
}
</style>
border-color css
<style>
span { border-color: #ABDBFF; }
span { border-color: rgb(171,219,255); }
td.TdClassName
{
border-color: #ABDBFF;
}
.TagClassName
{
border-color: #ABDBFF;
}
</style>