Shades of Columbia Blue #ABE3FE
Tints of Columbia Blue #ABE3FE
RGB
CMYK
RGB Variations
Color information
#ABE3FE (or 0xABE3FE) is known color: Columbia Blue. HEX triplet: AB, E3 and FE. RGB value is (171,227,254). Sum of RGB (Red+Green+Blue) = 171+227+254=652 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.23% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABE3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE3FE is #541C01. Grayscale: #D5D5D5. Windows color (decimal): -5512194 or 16704427. OLE color: 16704427.
HSL color Cylindrical-coordinate representation of color #ABE3FE: hue angle of 199.52º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABE3FE is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 227 | 254 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.00 |
| HSL | 199.52º | 0.98% | 0.83% | - |
| HSV(B) | 199.52º | 0.33% | 1% | - |
| XYZ | 62.15 | 70.75 | 104.15 | - |
| YUV | 213.33 | 150.95 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 227 | 254 | 0.33 | 0.11 | 0 | 0.00 | 199.52 | 0.98 | 0.83 |
| Hex | AB | E3 | FE | 21 | B | 0 | 0 | C8 | 62 | 53 |
| Octal | 253 | 343 | 376 | 41 | 13 | 0 | 0 | 310 | 142 | 123 |
| Binary | 10101011 | 11100011 | 11111110 | 100001 | 1011 | 0 | 0 | 11001000 | 1100010 | 1010011 |
Color Harmonies of #ABE3FE
Complementary color
Monochromatic Colors of #ABE3FE
Black with #ABE3FE
Text Example
Text Example
White with #ABE3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE3FE; }
p { color: rgb(171,227,254); }
H1.HeaderClassName
{
color: #ABE3FE;
}
.AnyTagClassName
{
color: #ABE3FE;
}
</style>
background-color css
<style>
a { background-color: #ABE3FE; }
a { background-color: rgb(171,227,254); }
div.DivClassName
{
background-color: #ABE3FE;
}
.BgClassName
{
background-color: #ABE3FE;
}
</style>
border-color css
<style>
span { border-color: #ABE3FE; }
span { border-color: rgb(171,227,254); }
td.TdClassName
{
border-color: #ABE3FE;
}
.TagClassName
{
border-color: #ABE3FE;
}
</style>