Shades of Columbia Blue #ABDEFF
Tints of Columbia Blue #ABDEFF
RGB
CMYK
RGB Variations
Color information
#ABDEFF (or 0xABDEFF) is known color: Columbia Blue. HEX triplet: AB, DE and FF. RGB value is (171,222,255). Sum of RGB (Red+Green+Blue) = 171+222+255=648 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.39% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABDEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDEFF is #542100. Grayscale: #D2D2D2. Windows color (decimal): -5513473 or 16768683. OLE color: 16768683.
HSL color Cylindrical-coordinate representation of color #ABDEFF: hue angle of 203.57º 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 #ABDEFF is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 222 | 255 | - |
| CMYK | 0.33 | 0.13 | 0 | 0 |
| HSL | 203.57º | 1% | 0.84% | - |
| HSV(B) | 203.57º | 0.33% | 1% | - |
| XYZ | 60.97 | 68.12 | 104.54 | - |
| YUV | 210.51 | 153.1 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 255 | 0.33 | 0.13 | 0 | 0 | 203.57 | 1 | 0.84 |
| Hex | AB | DE | FF | 21 | D | 0 | 0 | CC | 64 | 54 |
| Octal | 253 | 336 | 377 | 41 | 15 | 0 | 0 | 314 | 144 | 124 |
| Binary | 10101011 | 11011110 | 11111111 | 100001 | 1101 | 0 | 0 | 11001100 | 1100100 | 1010100 |
Color Harmonies of #ABDEFF
Complementary color
Monochromatic Colors of #ABDEFF
Black with #ABDEFF
Text Example
Text Example
White with #ABDEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDEFF; }
p { color: rgb(171,222,255); }
H1.HeaderClassName
{
color: #ABDEFF;
}
.AnyTagClassName
{
color: #ABDEFF;
}
</style>
background-color css
<style>
a { background-color: #ABDEFF; }
a { background-color: rgb(171,222,255); }
div.DivClassName
{
background-color: #ABDEFF;
}
.BgClassName
{
background-color: #ABDEFF;
}
</style>
border-color css
<style>
span { border-color: #ABDEFF; }
span { border-color: rgb(171,222,255); }
td.TdClassName
{
border-color: #ABDEFF;
}
.TagClassName
{
border-color: #ABDEFF;
}
</style>