Shades of Columbia Blue #ABDAFF
Tints of Columbia Blue #ABDAFF
RGB
CMYK
RGB Variations
Color information
#ABDAFF (or 0xABDAFF) is known color: Columbia Blue. HEX triplet: AB, DA and FF. RGB value is (171,218,255). Sum of RGB (Red+Green+Blue) = 171+218+255=644 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.55% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABDAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDAFF is #542500. Grayscale: #CFCFCF. Windows color (decimal): -5514497 or 16767659. OLE color: 16767659.
HSL color Cylindrical-coordinate representation of color #ABDAFF: hue angle of 206.43º 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 #ABDAFF is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 218 | 255 | - |
| CMYK | 0.33 | 0.15 | 0 | 0 |
| HSL | 206.43º | 1% | 0.84% | - |
| HSV(B) | 206.43º | 0.33% | 1% | - |
| XYZ | 59.92 | 66.02 | 104.19 | - |
| YUV | 208.17 | 154.43 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 255 | 0.33 | 0.15 | 0 | 0 | 206.43 | 1 | 0.84 |
| Hex | AB | DA | FF | 21 | F | 0 | 0 | CE | 64 | 54 |
| Octal | 253 | 332 | 377 | 41 | 17 | 0 | 0 | 316 | 144 | 124 |
| Binary | 10101011 | 11011010 | 11111111 | 100001 | 1111 | 0 | 0 | 11001110 | 1100100 | 1010100 |
Color Harmonies of #ABDAFF
Complementary color
Monochromatic Colors of #ABDAFF
Black with #ABDAFF
Text Example
Text Example
White with #ABDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDAFF; }
p { color: rgb(171,218,255); }
H1.HeaderClassName
{
color: #ABDAFF;
}
.AnyTagClassName
{
color: #ABDAFF;
}
</style>
background-color css
<style>
a { background-color: #ABDAFF; }
a { background-color: rgb(171,218,255); }
div.DivClassName
{
background-color: #ABDAFF;
}
.BgClassName
{
background-color: #ABDAFF;
}
</style>
border-color css
<style>
span { border-color: #ABDAFF; }
span { border-color: rgb(171,218,255); }
td.TdClassName
{
border-color: #ABDAFF;
}
.TagClassName
{
border-color: #ABDAFF;
}
</style>