Shades of Columbia Blue #ABE0FD
Tints of Columbia Blue #ABE0FD
RGB
CMYK
RGB Variations
Color information
#ABE0FD (or 0xABE0FD) is known color: Columbia Blue. HEX triplet: AB, E0 and FD. RGB value is (171,224,253). Sum of RGB (Red+Green+Blue) = 171+224+253=648 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.39% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABE0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE0FD is #541F02. Grayscale: #D3D3D3. Windows color (decimal): -5512963 or 16638123. OLE color: 16638123.
HSL color Cylindrical-coordinate representation of color #ABE0FD: hue angle of 201.22º degrees, saturation: 0.95, 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 #ABE0FD is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 224 | 253 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.01 |
| HSL | 201.22º | 0.95% | 0.83% | - |
| HSV(B) | 201.22º | 0.32% | 0.99% | - |
| XYZ | 61.18 | 69.06 | 103.03 | - |
| YUV | 211.46 | 151.44 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 253 | 0.32 | 0.11 | 0 | 0.01 | 201.22 | 0.95 | 0.83 |
| Hex | AB | E0 | FD | 20 | B | 0 | 1 | C9 | 5F | 53 |
| Octal | 253 | 340 | 375 | 40 | 13 | 0 | 1 | 311 | 137 | 123 |
| Binary | 10101011 | 11100000 | 11111101 | 100000 | 1011 | 0 | 1 | 11001001 | 1011111 | 1010011 |
Color Harmonies of #ABE0FD
Complementary color
Monochromatic Colors of #ABE0FD
Black with #ABE0FD
Text Example
Text Example
White with #ABE0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE0FD; }
p { color: rgb(171,224,253); }
H1.HeaderClassName
{
color: #ABE0FD;
}
.AnyTagClassName
{
color: #ABE0FD;
}
</style>
background-color css
<style>
a { background-color: #ABE0FD; }
a { background-color: rgb(171,224,253); }
div.DivClassName
{
background-color: #ABE0FD;
}
.BgClassName
{
background-color: #ABE0FD;
}
</style>
border-color css
<style>
span { border-color: #ABE0FD; }
span { border-color: rgb(171,224,253); }
td.TdClassName
{
border-color: #ABE0FD;
}
.TagClassName
{
border-color: #ABE0FD;
}
</style>