Shades of Columbia Blue #ABE6FF
Tints of Columbia Blue #ABE6FF
RGB
CMYK
RGB Variations
Color information
#ABE6FF (or 0xABE6FF) is known color: Columbia Blue. HEX triplet: AB, E6 and FF. RGB value is (171,230,255). Sum of RGB (Red+Green+Blue) = 171+230+255=656 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.07% from 656); Green value is 230 (90.23% from 255 or 35.06% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABE6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE6FF is #541900. Grayscale: #D7D7D7. Windows color (decimal): -5511425 or 16770731. OLE color: 16770731.
HSL color Cylindrical-coordinate representation of color #ABE6FF: hue angle of 197.86º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABE6FF is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 230 | 255 | - |
| CMYK | 0.33 | 0.10 | 0 | 0 |
| HSL | 197.86º | 1% | 0.84% | - |
| HSV(B) | 197.86º | 0.33% | 1% | - |
| XYZ | 63.14 | 72.47 | 105.27 | - |
| YUV | 215.21 | 150.45 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 230 | 255 | 0.33 | 0.10 | 0 | 0 | 197.86 | 1 | 0.84 |
| Hex | AB | E6 | FF | 21 | A | 0 | 0 | C6 | 64 | 54 |
| Octal | 253 | 346 | 377 | 41 | 12 | 0 | 0 | 306 | 144 | 124 |
| Binary | 10101011 | 11100110 | 11111111 | 100001 | 1010 | 0 | 0 | 11000110 | 1100100 | 1010100 |
Color Harmonies of #ABE6FF
Complementary color
Monochromatic Colors of #ABE6FF
Black with #ABE6FF
Text Example
Text Example
White with #ABE6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE6FF; }
p { color: rgb(171,230,255); }
H1.HeaderClassName
{
color: #ABE6FF;
}
.AnyTagClassName
{
color: #ABE6FF;
}
</style>
background-color css
<style>
a { background-color: #ABE6FF; }
a { background-color: rgb(171,230,255); }
div.DivClassName
{
background-color: #ABE6FF;
}
.BgClassName
{
background-color: #ABE6FF;
}
</style>
border-color css
<style>
span { border-color: #ABE6FF; }
span { border-color: rgb(171,230,255); }
td.TdClassName
{
border-color: #ABE6FF;
}
.TagClassName
{
border-color: #ABE6FF;
}
</style>