Shades of Columbia Blue #A9E9FE
Tints of Columbia Blue #A9E9FE
RGB
CMYK
RGB Variations
Color information
#A9E9FE (or 0xA9E9FE) is known color: Columbia Blue. HEX triplet: A9, E9 and FE. RGB value is (169,233,254). Sum of RGB (Red+Green+Blue) = 169+233+254=656 (86% of max value = 765). Red value is 169 (66.41% from 255 or 25.76% from 656); Green value is 233 (91.41% from 255 or 35.52% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9E9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9E9FE is #561601. Grayscale: #D8D8D8. Windows color (decimal): -5641730 or 16705961. OLE color: 16705961.
HSL color Cylindrical-coordinate representation of color #A9E9FE: hue angle of 194.82º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9E9FE is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 233 | 254 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.00 |
| HSL | 194.82º | 0.98% | 0.83% | - |
| HSV(B) | 194.82º | 0.33% | 1% | - |
| XYZ | 63.39 | 73.87 | 104.68 | - |
| YUV | 216.26 | 149.3 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 233 | 254 | 0.33 | 0.08 | 0 | 0.00 | 194.82 | 0.98 | 0.83 |
| Hex | A9 | E9 | FE | 21 | 8 | 0 | 0 | C3 | 62 | 53 |
| Octal | 251 | 351 | 376 | 41 | 10 | 0 | 0 | 303 | 142 | 123 |
| Binary | 10101001 | 11101001 | 11111110 | 100001 | 1000 | 0 | 0 | 11000011 | 1100010 | 1010011 |
Color Harmonies of #A9E9FE
Complementary color
Monochromatic Colors of #A9E9FE
Black with #A9E9FE
Text Example
Text Example
White with #A9E9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E9FE; }
p { color: rgb(169,233,254); }
H1.HeaderClassName
{
color: #A9E9FE;
}
.AnyTagClassName
{
color: #A9E9FE;
}
</style>
background-color css
<style>
a { background-color: #A9E9FE; }
a { background-color: rgb(169,233,254); }
div.DivClassName
{
background-color: #A9E9FE;
}
.BgClassName
{
background-color: #A9E9FE;
}
</style>
border-color css
<style>
span { border-color: #A9E9FE; }
span { border-color: rgb(169,233,254); }
td.TdClassName
{
border-color: #A9E9FE;
}
.TagClassName
{
border-color: #A9E9FE;
}
</style>