Shades of Columbia Blue #A9E2FF
Tints of Columbia Blue #A9E2FF
RGB
CMYK
RGB Variations
Color information
#A9E2FF (or 0xA9E2FF) is known color: Columbia Blue. HEX triplet: A9, E2 and FF. RGB value is (169,226,255). Sum of RGB (Red+Green+Blue) = 169+226+255=650 (86% of max value = 765). Red value is 169 (66.41% from 255 or 26% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9E2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9E2FF is #561D00. Grayscale: #D4D4D4. Windows color (decimal): -5643521 or 16769705. OLE color: 16769705.
HSL color Cylindrical-coordinate representation of color #A9E2FF: hue angle of 200.23º 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 #A9E2FF is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 226 | 255 | - |
| CMYK | 0.34 | 0.11 | 0 | 0 |
| HSL | 200.23º | 1% | 0.83% | - |
| HSV(B) | 200.23º | 0.34% | 1% | - |
| XYZ | 61.61 | 70.05 | 104.88 | - |
| YUV | 212.26 | 152.12 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 226 | 255 | 0.34 | 0.11 | 0 | 0 | 200.23 | 1 | 0.83 |
| Hex | A9 | E2 | FF | 22 | B | 0 | 0 | C8 | 64 | 53 |
| Octal | 251 | 342 | 377 | 42 | 13 | 0 | 0 | 310 | 144 | 123 |
| Binary | 10101001 | 11100010 | 11111111 | 100010 | 1011 | 0 | 0 | 11001000 | 1100100 | 1010011 |
Color Harmonies of #A9E2FF
Complementary color
Monochromatic Colors of #A9E2FF
Black with #A9E2FF
Text Example
Text Example
White with #A9E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E2FF; }
p { color: rgb(169,226,255); }
H1.HeaderClassName
{
color: #A9E2FF;
}
.AnyTagClassName
{
color: #A9E2FF;
}
</style>
background-color css
<style>
a { background-color: #A9E2FF; }
a { background-color: rgb(169,226,255); }
div.DivClassName
{
background-color: #A9E2FF;
}
.BgClassName
{
background-color: #A9E2FF;
}
</style>
border-color css
<style>
span { border-color: #A9E2FF; }
span { border-color: rgb(169,226,255); }
td.TdClassName
{
border-color: #A9E2FF;
}
.TagClassName
{
border-color: #A9E2FF;
}
</style>