Shades of Columbia Blue #ABE3FF
Tints of Columbia Blue #ABE3FF
RGB
CMYK
RGB Variations
Color information
#ABE3FF (or 0xABE3FF) is known color: Columbia Blue. HEX triplet: AB, E3 and FF. RGB value is (171,227,255). Sum of RGB (Red+Green+Blue) = 171+227+255=653 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.19% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABE3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE3FF is #541C00. Grayscale: #D5D5D5. Windows color (decimal): -5512193 or 16769963. OLE color: 16769963.
HSL color Cylindrical-coordinate representation of color #ABE3FF: hue angle of 200º 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 #ABE3FF is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 227 | 255 | - |
| CMYK | 0.33 | 0.11 | 0 | 0 |
| HSL | 200º | 1% | 0.84% | - |
| HSV(B) | 200º | 0.33% | 1% | - |
| XYZ | 62.31 | 70.82 | 104.99 | - |
| YUV | 213.45 | 151.45 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 227 | 255 | 0.33 | 0.11 | 0 | 0 | 200 | 1 | 0.84 |
| Hex | AB | E3 | FF | 21 | B | 0 | 0 | C8 | 64 | 54 |
| Octal | 253 | 343 | 377 | 41 | 13 | 0 | 0 | 310 | 144 | 124 |
| Binary | 10101011 | 11100011 | 11111111 | 100001 | 1011 | 0 | 0 | 11001000 | 1100100 | 1010100 |
Color Harmonies of #ABE3FF
Complementary color
Monochromatic Colors of #ABE3FF
Black with #ABE3FF
Text Example
Text Example
White with #ABE3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE3FF; }
p { color: rgb(171,227,255); }
H1.HeaderClassName
{
color: #ABE3FF;
}
.AnyTagClassName
{
color: #ABE3FF;
}
</style>
background-color css
<style>
a { background-color: #ABE3FF; }
a { background-color: rgb(171,227,255); }
div.DivClassName
{
background-color: #ABE3FF;
}
.BgClassName
{
background-color: #ABE3FF;
}
</style>
border-color css
<style>
span { border-color: #ABE3FF; }
span { border-color: rgb(171,227,255); }
td.TdClassName
{
border-color: #ABE3FF;
}
.TagClassName
{
border-color: #ABE3FF;
}
</style>