Shades of Columbia Blue #ABDDF9
Tints of Columbia Blue #ABDDF9
RGB
CMYK
RGB Variations
Color information
#ABDDF9 (or 0xABDDF9) is known color: Columbia Blue. HEX triplet: AB, DD and F9. RGB value is (171,221,249). Sum of RGB (Red+Green+Blue) = 171+221+249=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #ABDDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDDF9 is #542206. Grayscale: #D1D1D1. Windows color (decimal): -5513735 or 16375211. OLE color: 16375211.
HSL color Cylindrical-coordinate representation of color #ABDDF9: hue angle of 201.54º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABDDF9 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 171 | 221 | 249 | - |
CMYK | 0.31 | 0.11 | 0 | 0.02 |
HSL | 201.54º | 0.87% | 0.82% | - |
HSV(B) | 201.54º | 0.31% | 0.98% | - |
XYZ | 59.75 | 67.21 | 99.45 | - |
YUV | 209.24 | 150.44 | 100.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 221 | 249 | 0.31 | 0.11 | 0 | 0.02 | 201.54 | 0.87 | 0.82 |
Hex | AB | DD | F9 | 1F | B | 0 | 2 | CA | 57 | 52 |
Octal | 253 | 335 | 371 | 37 | 13 | 0 | 2 | 312 | 127 | 122 |
Binary | 10101011 | 11011101 | 11111001 | 11111 | 1011 | 0 | 10 | 11001010 | 1010111 | 1010010 |
Color Harmonies of #ABDDF9
Complementary color
Monochromatic Colors of #ABDDF9
Black with #ABDDF9
Text Example
Text Example
White with #ABDDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDF9; }
p { color: rgb(171,221,249); }
H1.HeaderClassName
{
color: #ABDDF9;
}
.AnyTagClassName
{
color: #ABDDF9;
}
</style>
background-color css
<style>
a { background-color: #ABDDF9; }
a { background-color: rgb(171,221,249); }
div.DivClassName
{
background-color: #ABDDF9;
}
.BgClassName
{
background-color: #ABDDF9;
}
</style>
border-color css
<style>
span { border-color: #ABDDF9; }
span { border-color: rgb(171,221,249); }
td.TdClassName
{
border-color: #ABDDF9;
}
.TagClassName
{
border-color: #ABDDF9;
}
</style>