Shades of Columbia Blue #ABDAFE
Tints of Columbia Blue #ABDAFE
RGB
CMYK
RGB Variations
Color information
#ABDAFE (or 0xABDAFE) is known color: Columbia Blue. HEX triplet: AB, DA and FE. RGB value is (171,218,254). Sum of RGB (Red+Green+Blue) = 171+218+254=643 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.59% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABDAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDAFE is #542501. Grayscale: #CFCFCF. Windows color (decimal): -5514498 or 16702123. OLE color: 16702123.
HSL color Cylindrical-coordinate representation of color #ABDAFE: hue angle of 206.02º 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 #ABDAFE is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 218 | 254 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.00 |
| HSL | 206.02º | 0.98% | 0.83% | - |
| HSV(B) | 206.02º | 0.33% | 1% | - |
| XYZ | 59.76 | 65.96 | 103.35 | - |
| YUV | 208.05 | 153.93 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 254 | 0.33 | 0.14 | 0 | 0.00 | 206.02 | 0.98 | 0.83 |
| Hex | AB | DA | FE | 21 | E | 0 | 0 | CE | 62 | 53 |
| Octal | 253 | 332 | 376 | 41 | 16 | 0 | 0 | 316 | 142 | 123 |
| Binary | 10101011 | 11011010 | 11111110 | 100001 | 1110 | 0 | 0 | 11001110 | 1100010 | 1010011 |
Color Harmonies of #ABDAFE
Complementary color
Monochromatic Colors of #ABDAFE
Black with #ABDAFE
Text Example
Text Example
White with #ABDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDAFE; }
p { color: rgb(171,218,254); }
H1.HeaderClassName
{
color: #ABDAFE;
}
.AnyTagClassName
{
color: #ABDAFE;
}
</style>
background-color css
<style>
a { background-color: #ABDAFE; }
a { background-color: rgb(171,218,254); }
div.DivClassName
{
background-color: #ABDAFE;
}
.BgClassName
{
background-color: #ABDAFE;
}
</style>
border-color css
<style>
span { border-color: #ABDAFE; }
span { border-color: rgb(171,218,254); }
td.TdClassName
{
border-color: #ABDAFE;
}
.TagClassName
{
border-color: #ABDAFE;
}
</style>