Shades of Columbia Blue #ABDFFC
Tints of Columbia Blue #ABDFFC
RGB
CMYK
RGB Variations
Color information
#ABDFFC (or 0xABDFFC) is known color: Columbia Blue. HEX triplet: AB, DF and FC. RGB value is (171,223,252). Sum of RGB (Red+Green+Blue) = 171+223+252=646 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.47% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABDFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDFFC is #542003. Grayscale: #D2D2D2. Windows color (decimal): -5513220 or 16572331. OLE color: 16572331.
HSL color Cylindrical-coordinate representation of color #ABDFFC: hue angle of 201.48º degrees, saturation: 0.93, 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 #ABDFFC is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 223 | 252 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.01 |
| HSL | 201.48º | 0.93% | 0.83% | - |
| HSV(B) | 201.48º | 0.32% | 0.99% | - |
| XYZ | 60.75 | 68.46 | 102.11 | - |
| YUV | 210.76 | 151.27 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 252 | 0.32 | 0.12 | 0 | 0.01 | 201.48 | 0.93 | 0.83 |
| Hex | AB | DF | FC | 20 | C | 0 | 1 | C9 | 5D | 53 |
| Octal | 253 | 337 | 374 | 40 | 14 | 0 | 1 | 311 | 135 | 123 |
| Binary | 10101011 | 11011111 | 11111100 | 100000 | 1100 | 0 | 1 | 11001001 | 1011101 | 1010011 |
Color Harmonies of #ABDFFC
Complementary color
Monochromatic Colors of #ABDFFC
Black with #ABDFFC
Text Example
Text Example
White with #ABDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFFC; }
p { color: rgb(171,223,252); }
H1.HeaderClassName
{
color: #ABDFFC;
}
.AnyTagClassName
{
color: #ABDFFC;
}
</style>
background-color css
<style>
a { background-color: #ABDFFC; }
a { background-color: rgb(171,223,252); }
div.DivClassName
{
background-color: #ABDFFC;
}
.BgClassName
{
background-color: #ABDFFC;
}
</style>
border-color css
<style>
span { border-color: #ABDFFC; }
span { border-color: rgb(171,223,252); }
td.TdClassName
{
border-color: #ABDFFC;
}
.TagClassName
{
border-color: #ABDFFC;
}
</style>