Shades of Columbia Blue #ABDAFA
Tints of Columbia Blue #ABDAFA
RGB
CMYK
RGB Variations
Color information
#ABDAFA (or 0xABDAFA) is known color: Columbia Blue. HEX triplet: AB, DA and FA. RGB value is (171,218,250). Sum of RGB (Red+Green+Blue) = 171+218+250=639 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.76% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABDAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDAFA is #542505. Grayscale: #CFCFCF. Windows color (decimal): -5514502 or 16439979. OLE color: 16439979.
HSL color Cylindrical-coordinate representation of color #ABDAFA: hue angle of 204.3º degrees, saturation: 0.89, 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 #ABDAFA is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 218 | 250 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.02 |
| HSL | 204.3º | 0.89% | 0.83% | - |
| HSV(B) | 204.3º | 0.32% | 0.98% | - |
| XYZ | 59.12 | 65.7 | 100.01 | - |
| YUV | 207.6 | 151.93 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 250 | 0.32 | 0.13 | 0 | 0.02 | 204.3 | 0.89 | 0.83 |
| Hex | AB | DA | FA | 20 | D | 0 | 2 | CC | 59 | 53 |
| Octal | 253 | 332 | 372 | 40 | 15 | 0 | 2 | 314 | 131 | 123 |
| Binary | 10101011 | 11011010 | 11111010 | 100000 | 1101 | 0 | 10 | 11001100 | 1011001 | 1010011 |
Color Harmonies of #ABDAFA
Complementary color
Monochromatic Colors of #ABDAFA
Black with #ABDAFA
Text Example
Text Example
White with #ABDAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDAFA; }
p { color: rgb(171,218,250); }
H1.HeaderClassName
{
color: #ABDAFA;
}
.AnyTagClassName
{
color: #ABDAFA;
}
</style>
background-color css
<style>
a { background-color: #ABDAFA; }
a { background-color: rgb(171,218,250); }
div.DivClassName
{
background-color: #ABDAFA;
}
.BgClassName
{
background-color: #ABDAFA;
}
</style>
border-color css
<style>
span { border-color: #ABDAFA; }
span { border-color: rgb(171,218,250); }
td.TdClassName
{
border-color: #ABDAFA;
}
.TagClassName
{
border-color: #ABDAFA;
}
</style>