Shades of Columbia Blue #ABE0FC
Tints of Columbia Blue #ABE0FC
RGB
CMYK
RGB Variations
Color information
#ABE0FC (or 0xABE0FC) is known color: Columbia Blue. HEX triplet: AB, E0 and FC. RGB value is (171,224,252). Sum of RGB (Red+Green+Blue) = 171+224+252=647 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.43% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABE0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE0FC is #541F03. Grayscale: #D3D3D3. Windows color (decimal): -5512964 or 16572587. OLE color: 16572587.
HSL color Cylindrical-coordinate representation of color #ABE0FC: hue angle of 200.74º 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 #ABE0FC is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 224 | 252 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.01 |
| HSL | 200.74º | 0.93% | 0.83% | - |
| HSV(B) | 200.74º | 0.32% | 0.99% | - |
| XYZ | 61.02 | 69 | 102.2 | - |
| YUV | 211.35 | 150.94 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 252 | 0.32 | 0.11 | 0 | 0.01 | 200.74 | 0.93 | 0.83 |
| Hex | AB | E0 | FC | 20 | B | 0 | 1 | C9 | 5D | 53 |
| Octal | 253 | 340 | 374 | 40 | 13 | 0 | 1 | 311 | 135 | 123 |
| Binary | 10101011 | 11100000 | 11111100 | 100000 | 1011 | 0 | 1 | 11001001 | 1011101 | 1010011 |
Color Harmonies of #ABE0FC
Complementary color
Monochromatic Colors of #ABE0FC
Black with #ABE0FC
Text Example
Text Example
White with #ABE0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE0FC; }
p { color: rgb(171,224,252); }
H1.HeaderClassName
{
color: #ABE0FC;
}
.AnyTagClassName
{
color: #ABE0FC;
}
</style>
background-color css
<style>
a { background-color: #ABE0FC; }
a { background-color: rgb(171,224,252); }
div.DivClassName
{
background-color: #ABE0FC;
}
.BgClassName
{
background-color: #ABE0FC;
}
</style>
border-color css
<style>
span { border-color: #ABE0FC; }
span { border-color: rgb(171,224,252); }
td.TdClassName
{
border-color: #ABE0FC;
}
.TagClassName
{
border-color: #ABE0FC;
}
</style>