Shades of Columbia Blue #ABDDFE
Tints of Columbia Blue #ABDDFE
RGB
CMYK
RGB Variations
Color information
#ABDDFE (or 0xABDDFE) is known color: Columbia Blue. HEX triplet: AB, DD and FE. RGB value is (171,221,254). Sum of RGB (Red+Green+Blue) = 171+221+254=646 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.47% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABDDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDDFE is #542201. Grayscale: #D1D1D1. Windows color (decimal): -5513730 or 16702891. OLE color: 16702891.
HSL color Cylindrical-coordinate representation of color #ABDDFE: hue angle of 203.86º 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 #ABDDFE is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 221 | 254 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.00 |
| HSL | 203.86º | 0.98% | 0.83% | - |
| HSV(B) | 203.86º | 0.33% | 1% | - |
| XYZ | 60.54 | 67.53 | 103.61 | - |
| YUV | 209.81 | 152.94 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 254 | 0.33 | 0.13 | 0 | 0.00 | 203.86 | 0.98 | 0.83 |
| Hex | AB | DD | FE | 21 | D | 0 | 0 | CC | 62 | 53 |
| Octal | 253 | 335 | 376 | 41 | 15 | 0 | 0 | 314 | 142 | 123 |
| Binary | 10101011 | 11011101 | 11111110 | 100001 | 1101 | 0 | 0 | 11001100 | 1100010 | 1010011 |
Color Harmonies of #ABDDFE
Complementary color
Monochromatic Colors of #ABDDFE
Black with #ABDDFE
Text Example
Text Example
White with #ABDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDFE; }
p { color: rgb(171,221,254); }
H1.HeaderClassName
{
color: #ABDDFE;
}
.AnyTagClassName
{
color: #ABDDFE;
}
</style>
background-color css
<style>
a { background-color: #ABDDFE; }
a { background-color: rgb(171,221,254); }
div.DivClassName
{
background-color: #ABDDFE;
}
.BgClassName
{
background-color: #ABDDFE;
}
</style>
border-color css
<style>
span { border-color: #ABDDFE; }
span { border-color: rgb(171,221,254); }
td.TdClassName
{
border-color: #ABDDFE;
}
.TagClassName
{
border-color: #ABDDFE;
}
</style>