Shades of Columbia Blue #A9E1FE
Tints of Columbia Blue #A9E1FE
RGB
CMYK
RGB Variations
Color information
#A9E1FE (or 0xA9E1FE) is known color: Columbia Blue. HEX triplet: A9, E1 and FE. RGB value is (169,225,254). Sum of RGB (Red+Green+Blue) = 169+225+254=648 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.08% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9E1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9E1FE is #561E01. Grayscale: #D3D3D3. Windows color (decimal): -5643778 or 16703913. OLE color: 16703913.
HSL color Cylindrical-coordinate representation of color #A9E1FE: hue angle of 200.47º 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 #A9E1FE is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 225 | 254 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.00 |
| HSL | 200.47º | 0.98% | 0.83% | - |
| HSV(B) | 200.47º | 0.33% | 1% | - |
| XYZ | 61.18 | 69.44 | 103.95 | - |
| YUV | 211.56 | 151.95 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 225 | 254 | 0.33 | 0.11 | 0 | 0.00 | 200.47 | 0.98 | 0.83 |
| Hex | A9 | E1 | FE | 21 | B | 0 | 0 | C8 | 62 | 53 |
| Octal | 251 | 341 | 376 | 41 | 13 | 0 | 0 | 310 | 142 | 123 |
| Binary | 10101001 | 11100001 | 11111110 | 100001 | 1011 | 0 | 0 | 11001000 | 1100010 | 1010011 |
Color Harmonies of #A9E1FE
Complementary color
Monochromatic Colors of #A9E1FE
Black with #A9E1FE
Text Example
Text Example
White with #A9E1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E1FE; }
p { color: rgb(169,225,254); }
H1.HeaderClassName
{
color: #A9E1FE;
}
.AnyTagClassName
{
color: #A9E1FE;
}
</style>
background-color css
<style>
a { background-color: #A9E1FE; }
a { background-color: rgb(169,225,254); }
div.DivClassName
{
background-color: #A9E1FE;
}
.BgClassName
{
background-color: #A9E1FE;
}
</style>
border-color css
<style>
span { border-color: #A9E1FE; }
span { border-color: rgb(169,225,254); }
td.TdClassName
{
border-color: #A9E1FE;
}
.TagClassName
{
border-color: #A9E1FE;
}
</style>