Shades of Columbia Blue #A9DEFB
Tints of Columbia Blue #A9DEFB
RGB
CMYK
RGB Variations
Color information
#A9DEFB (or 0xA9DEFB) is known color: Columbia Blue. HEX triplet: A9, DE and FB. RGB value is (169,222,251). Sum of RGB (Red+Green+Blue) = 169+222+251=642 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.32% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #A9DEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DEFB is #562104. Grayscale: #D1D1D1. Windows color (decimal): -5644549 or 16506537. OLE color: 16506537.
HSL color Cylindrical-coordinate representation of color #A9DEFB: hue angle of 201.22º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9DEFB is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 222 | 251 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.02 |
| HSL | 201.22º | 0.91% | 0.82% | - |
| HSV(B) | 201.22º | 0.33% | 0.98% | - |
| XYZ | 59.9 | 67.64 | 101.17 | - |
| YUV | 209.46 | 151.44 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 222 | 251 | 0.33 | 0.12 | 0 | 0.02 | 201.22 | 0.91 | 0.82 |
| Hex | A9 | DE | FB | 21 | C | 0 | 2 | C9 | 5B | 52 |
| Octal | 251 | 336 | 373 | 41 | 14 | 0 | 2 | 311 | 133 | 122 |
| Binary | 10101001 | 11011110 | 11111011 | 100001 | 1100 | 0 | 10 | 11001001 | 1011011 | 1010010 |
Color Harmonies of #A9DEFB
Complementary color
Monochromatic Colors of #A9DEFB
Black with #A9DEFB
Text Example
Text Example
White with #A9DEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DEFB; }
p { color: rgb(169,222,251); }
H1.HeaderClassName
{
color: #A9DEFB;
}
.AnyTagClassName
{
color: #A9DEFB;
}
</style>
background-color css
<style>
a { background-color: #A9DEFB; }
a { background-color: rgb(169,222,251); }
div.DivClassName
{
background-color: #A9DEFB;
}
.BgClassName
{
background-color: #A9DEFB;
}
</style>
border-color css
<style>
span { border-color: #A9DEFB; }
span { border-color: rgb(169,222,251); }
td.TdClassName
{
border-color: #A9DEFB;
}
.TagClassName
{
border-color: #A9DEFB;
}
</style>