Shades of Columbia Blue #ABDCFE
Tints of Columbia Blue #ABDCFE
RGB
CMYK
RGB Variations
Color information
#ABDCFE (or 0xABDCFE) is known color: Columbia Blue. HEX triplet: AB, DC and FE. RGB value is (171,220,254). Sum of RGB (Red+Green+Blue) = 171+220+254=645 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.51% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABDCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDCFE is #542301. Grayscale: #D1D1D1. Windows color (decimal): -5513986 or 16702635. OLE color: 16702635.
HSL color Cylindrical-coordinate representation of color #ABDCFE: hue angle of 204.58º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABDCFE is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 220 | 254 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.00 |
| HSL | 204.58º | 0.98% | 0.83% | - |
| HSV(B) | 204.58º | 0.33% | 1% | - |
| XYZ | 60.28 | 67 | 103.52 | - |
| YUV | 209.23 | 153.27 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 254 | 0.33 | 0.13 | 0 | 0.00 | 204.58 | 0.98 | 0.83 |
| Hex | AB | DC | FE | 21 | D | 0 | 0 | CD | 62 | 53 |
| Octal | 253 | 334 | 376 | 41 | 15 | 0 | 0 | 315 | 142 | 123 |
| Binary | 10101011 | 11011100 | 11111110 | 100001 | 1101 | 0 | 0 | 11001101 | 1100010 | 1010011 |
Color Harmonies of #ABDCFE
Complementary color
Monochromatic Colors of #ABDCFE
Black with #ABDCFE
Text Example
Text Example
White with #ABDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDCFE; }
p { color: rgb(171,220,254); }
H1.HeaderClassName
{
color: #ABDCFE;
}
.AnyTagClassName
{
color: #ABDCFE;
}
</style>
background-color css
<style>
a { background-color: #ABDCFE; }
a { background-color: rgb(171,220,254); }
div.DivClassName
{
background-color: #ABDCFE;
}
.BgClassName
{
background-color: #ABDCFE;
}
</style>
border-color css
<style>
span { border-color: #ABDCFE; }
span { border-color: rgb(171,220,254); }
td.TdClassName
{
border-color: #ABDCFE;
}
.TagClassName
{
border-color: #ABDCFE;
}
</style>