Shades of Columbia Blue #ABE5FC
Tints of Columbia Blue #ABE5FC
RGB
CMYK
RGB Variations
Color information
#ABE5FC (or 0xABE5FC) is known color: Columbia Blue. HEX triplet: AB, E5 and FC. RGB value is (171,229,252). Sum of RGB (Red+Green+Blue) = 171+229+252=652 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.23% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABE5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE5FC is #541A03. Grayscale: #D6D6D6. Windows color (decimal): -5511684 or 16573867. OLE color: 16573867.
HSL color Cylindrical-coordinate representation of color #ABE5FC: hue angle of 197.04º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABE5FC is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 229 | 252 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.01 |
| HSL | 197.04º | 0.93% | 0.83% | - |
| HSV(B) | 197.04º | 0.32% | 0.99% | - |
| XYZ | 62.38 | 71.72 | 102.65 | - |
| YUV | 214.28 | 149.28 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 229 | 252 | 0.32 | 0.09 | 0 | 0.01 | 197.04 | 0.93 | 0.83 |
| Hex | AB | E5 | FC | 20 | 9 | 0 | 1 | C5 | 5D | 53 |
| Octal | 253 | 345 | 374 | 40 | 11 | 0 | 1 | 305 | 135 | 123 |
| Binary | 10101011 | 11100101 | 11111100 | 100000 | 1001 | 0 | 1 | 11000101 | 1011101 | 1010011 |
Color Harmonies of #ABE5FC
Complementary color
Monochromatic Colors of #ABE5FC
Black with #ABE5FC
Text Example
Text Example
White with #ABE5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE5FC; }
p { color: rgb(171,229,252); }
H1.HeaderClassName
{
color: #ABE5FC;
}
.AnyTagClassName
{
color: #ABE5FC;
}
</style>
background-color css
<style>
a { background-color: #ABE5FC; }
a { background-color: rgb(171,229,252); }
div.DivClassName
{
background-color: #ABE5FC;
}
.BgClassName
{
background-color: #ABE5FC;
}
</style>
border-color css
<style>
span { border-color: #ABE5FC; }
span { border-color: rgb(171,229,252); }
td.TdClassName
{
border-color: #ABE5FC;
}
.TagClassName
{
border-color: #ABE5FC;
}
</style>