Shades of Columbia Blue #A9E0FF
Tints of Columbia Blue #A9E0FF
RGB
CMYK
RGB Variations
Color information
#A9E0FF (or 0xA9E0FF) is known color: Columbia Blue. HEX triplet: A9, E0 and FF. RGB value is (169,224,255). Sum of RGB (Red+Green+Blue) = 169+224+255=648 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.08% from 648); Green value is 224 (87.89% from 255 or 34.57% 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 #A9E0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9E0FF is #561F00. Grayscale: #D2D2D2. Windows color (decimal): -5644033 or 16769193. OLE color: 16769193.
HSL color Cylindrical-coordinate representation of color #A9E0FF: hue angle of 201.63º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9E0FF is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 224 | 255 | - |
| CMYK | 0.34 | 0.12 | 0 | 0 |
| HSL | 201.63º | 1% | 0.83% | - |
| HSV(B) | 201.63º | 0.34% | 1% | - |
| XYZ | 61.07 | 68.97 | 104.7 | - |
| YUV | 211.09 | 152.78 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 224 | 255 | 0.34 | 0.12 | 0 | 0 | 201.63 | 1 | 0.83 |
| Hex | A9 | E0 | FF | 22 | C | 0 | 0 | CA | 64 | 53 |
| Octal | 251 | 340 | 377 | 42 | 14 | 0 | 0 | 312 | 144 | 123 |
| Binary | 10101001 | 11100000 | 11111111 | 100010 | 1100 | 0 | 0 | 11001010 | 1100100 | 1010011 |
Color Harmonies of #A9E0FF
Complementary color
Monochromatic Colors of #A9E0FF
Black with #A9E0FF
Text Example
Text Example
White with #A9E0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E0FF; }
p { color: rgb(169,224,255); }
H1.HeaderClassName
{
color: #A9E0FF;
}
.AnyTagClassName
{
color: #A9E0FF;
}
</style>
background-color css
<style>
a { background-color: #A9E0FF; }
a { background-color: rgb(169,224,255); }
div.DivClassName
{
background-color: #A9E0FF;
}
.BgClassName
{
background-color: #A9E0FF;
}
</style>
border-color css
<style>
span { border-color: #A9E0FF; }
span { border-color: rgb(169,224,255); }
td.TdClassName
{
border-color: #A9E0FF;
}
.TagClassName
{
border-color: #A9E0FF;
}
</style>