Shades of Columbia Blue #ABE0FE
Tints of Columbia Blue #ABE0FE
RGB
CMYK
RGB Variations
Color information
#ABE0FE (or 0xABE0FE) is known color: Columbia Blue. HEX triplet: AB, E0 and FE. RGB value is (171,224,254). Sum of RGB (Red+Green+Blue) = 171+224+254=649 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.35% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABE0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE0FE is #541F01. Grayscale: #D3D3D3. Windows color (decimal): -5512962 or 16703659. OLE color: 16703659.
HSL color Cylindrical-coordinate representation of color #ABE0FE: hue angle of 201.69º 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 #ABE0FE is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 224 | 254 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.00 |
| HSL | 201.69º | 0.98% | 0.83% | - |
| HSV(B) | 201.69º | 0.33% | 1% | - |
| XYZ | 61.34 | 69.13 | 103.88 | - |
| YUV | 211.57 | 151.94 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 254 | 0.33 | 0.12 | 0 | 0.00 | 201.69 | 0.98 | 0.83 |
| Hex | AB | E0 | FE | 21 | C | 0 | 0 | CA | 62 | 53 |
| Octal | 253 | 340 | 376 | 41 | 14 | 0 | 0 | 312 | 142 | 123 |
| Binary | 10101011 | 11100000 | 11111110 | 100001 | 1100 | 0 | 0 | 11001010 | 1100010 | 1010011 |
Color Harmonies of #ABE0FE
Complementary color
Monochromatic Colors of #ABE0FE
Black with #ABE0FE
Text Example
Text Example
White with #ABE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE0FE; }
p { color: rgb(171,224,254); }
H1.HeaderClassName
{
color: #ABE0FE;
}
.AnyTagClassName
{
color: #ABE0FE;
}
</style>
background-color css
<style>
a { background-color: #ABE0FE; }
a { background-color: rgb(171,224,254); }
div.DivClassName
{
background-color: #ABE0FE;
}
.BgClassName
{
background-color: #ABE0FE;
}
</style>
border-color css
<style>
span { border-color: #ABE0FE; }
span { border-color: rgb(171,224,254); }
td.TdClassName
{
border-color: #ABE0FE;
}
.TagClassName
{
border-color: #ABE0FE;
}
</style>