Shades of Columbia Blue #ABE1FF
Tints of Columbia Blue #ABE1FF
RGB
CMYK
RGB Variations
Color information
#ABE1FF (or 0xABE1FF) is known color: Columbia Blue. HEX triplet: AB, E1 and FF. RGB value is (171,225,255). Sum of RGB (Red+Green+Blue) = 171+225+255=651 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.27% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABE1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE1FF is #541E00. Grayscale: #D4D4D4. Windows color (decimal): -5512705 or 16769451. OLE color: 16769451.
HSL color Cylindrical-coordinate representation of color #ABE1FF: hue angle of 201.43º 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 #ABE1FF is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 225 | 255 | - |
| CMYK | 0.33 | 0.12 | 0 | 0 |
| HSL | 201.43º | 1% | 0.84% | - |
| HSV(B) | 201.43º | 0.33% | 1% | - |
| XYZ | 61.77 | 69.73 | 104.81 | - |
| YUV | 212.27 | 152.11 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 225 | 255 | 0.33 | 0.12 | 0 | 0 | 201.43 | 1 | 0.84 |
| Hex | AB | E1 | FF | 21 | C | 0 | 0 | C9 | 64 | 54 |
| Octal | 253 | 341 | 377 | 41 | 14 | 0 | 0 | 311 | 144 | 124 |
| Binary | 10101011 | 11100001 | 11111111 | 100001 | 1100 | 0 | 0 | 11001001 | 1100100 | 1010100 |
Color Harmonies of #ABE1FF
Complementary color
Monochromatic Colors of #ABE1FF
Black with #ABE1FF
Text Example
Text Example
White with #ABE1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE1FF; }
p { color: rgb(171,225,255); }
H1.HeaderClassName
{
color: #ABE1FF;
}
.AnyTagClassName
{
color: #ABE1FF;
}
</style>
background-color css
<style>
a { background-color: #ABE1FF; }
a { background-color: rgb(171,225,255); }
div.DivClassName
{
background-color: #ABE1FF;
}
.BgClassName
{
background-color: #ABE1FF;
}
</style>
border-color css
<style>
span { border-color: #ABE1FF; }
span { border-color: rgb(171,225,255); }
td.TdClassName
{
border-color: #ABE1FF;
}
.TagClassName
{
border-color: #ABE1FF;
}
</style>