Shades of Columbia Blue #ABDFFB
Tints of Columbia Blue #ABDFFB
RGB
CMYK
RGB Variations
Color information
#ABDFFB (or 0xABDFFB) is known color: Columbia Blue. HEX triplet: AB, DF and FB. RGB value is (171,223,251). Sum of RGB (Red+Green+Blue) = 171+223+251=645 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.51% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABDFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDFFB is #542004. Grayscale: #D2D2D2. Windows color (decimal): -5513221 or 16506795. OLE color: 16506795.
HSL color Cylindrical-coordinate representation of color #ABDFFB: hue angle of 201º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABDFFB is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 223 | 251 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.02 |
| HSL | 201º | 0.91% | 0.83% | - |
| HSV(B) | 201º | 0.32% | 0.98% | - |
| XYZ | 60.59 | 68.4 | 101.28 | - |
| YUV | 210.64 | 150.77 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 251 | 0.32 | 0.11 | 0 | 0.02 | 201 | 0.91 | 0.83 |
| Hex | AB | DF | FB | 20 | B | 0 | 2 | C9 | 5B | 53 |
| Octal | 253 | 337 | 373 | 40 | 13 | 0 | 2 | 311 | 133 | 123 |
| Binary | 10101011 | 11011111 | 11111011 | 100000 | 1011 | 0 | 10 | 11001001 | 1011011 | 1010011 |
Color Harmonies of #ABDFFB
Complementary color
Monochromatic Colors of #ABDFFB
Black with #ABDFFB
Text Example
Text Example
White with #ABDFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFFB; }
p { color: rgb(171,223,251); }
H1.HeaderClassName
{
color: #ABDFFB;
}
.AnyTagClassName
{
color: #ABDFFB;
}
</style>
background-color css
<style>
a { background-color: #ABDFFB; }
a { background-color: rgb(171,223,251); }
div.DivClassName
{
background-color: #ABDFFB;
}
.BgClassName
{
background-color: #ABDFFB;
}
</style>
border-color css
<style>
span { border-color: #ABDFFB; }
span { border-color: rgb(171,223,251); }
td.TdClassName
{
border-color: #ABDFFB;
}
.TagClassName
{
border-color: #ABDFFB;
}
</style>