Shades of Columbia Blue #ABDAFC
Tints of Columbia Blue #ABDAFC
RGB
CMYK
RGB Variations
Color information
#ABDAFC (or 0xABDAFC) is known color: Columbia Blue. HEX triplet: AB, DA and FC. RGB value is (171,218,252). Sum of RGB (Red+Green+Blue) = 171+218+252=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABDAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDAFC is #542503. Grayscale: #CFCFCF. Windows color (decimal): -5514500 or 16571051. OLE color: 16571051.
HSL color Cylindrical-coordinate representation of color #ABDAFC: hue angle of 205.19º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABDAFC is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 218 | 252 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.01 |
| HSL | 205.19º | 0.93% | 0.83% | - |
| HSV(B) | 205.19º | 0.32% | 0.99% | - |
| XYZ | 59.44 | 65.83 | 101.67 | - |
| YUV | 207.82 | 152.93 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 252 | 0.32 | 0.13 | 0 | 0.01 | 205.19 | 0.93 | 0.83 |
| Hex | AB | DA | FC | 20 | D | 0 | 1 | CD | 5D | 53 |
| Octal | 253 | 332 | 374 | 40 | 15 | 0 | 1 | 315 | 135 | 123 |
| Binary | 10101011 | 11011010 | 11111100 | 100000 | 1101 | 0 | 1 | 11001101 | 1011101 | 1010011 |
Color Harmonies of #ABDAFC
Complementary color
Monochromatic Colors of #ABDAFC
Black with #ABDAFC
Text Example
Text Example
White with #ABDAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDAFC; }
p { color: rgb(171,218,252); }
H1.HeaderClassName
{
color: #ABDAFC;
}
.AnyTagClassName
{
color: #ABDAFC;
}
</style>
background-color css
<style>
a { background-color: #ABDAFC; }
a { background-color: rgb(171,218,252); }
div.DivClassName
{
background-color: #ABDAFC;
}
.BgClassName
{
background-color: #ABDAFC;
}
</style>
border-color css
<style>
span { border-color: #ABDAFC; }
span { border-color: rgb(171,218,252); }
td.TdClassName
{
border-color: #ABDAFC;
}
.TagClassName
{
border-color: #ABDAFC;
}
</style>