Shades of Columbia Blue #A9E1FB
Tints of Columbia Blue #A9E1FB
RGB
CMYK
RGB Variations
Color information
#A9E1FB (or 0xA9E1FB) is known color: Columbia Blue. HEX triplet: A9, E1 and FB. RGB value is (169,225,251). Sum of RGB (Red+Green+Blue) = 169+225+251=645 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.20% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #A9E1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9E1FB is #561E04. Grayscale: #D3D3D3. Windows color (decimal): -5643781 or 16507305. OLE color: 16507305.
HSL color Cylindrical-coordinate representation of color #A9E1FB: hue angle of 199.02º 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 #A9E1FB is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 225 | 251 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.02 |
| HSL | 199.02º | 0.91% | 0.82% | - |
| HSV(B) | 199.02º | 0.33% | 0.98% | - |
| XYZ | 60.7 | 69.25 | 101.43 | - |
| YUV | 211.22 | 150.45 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 225 | 251 | 0.33 | 0.10 | 0 | 0.02 | 199.02 | 0.91 | 0.82 |
| Hex | A9 | E1 | FB | 21 | A | 0 | 2 | C7 | 5B | 52 |
| Octal | 251 | 341 | 373 | 41 | 12 | 0 | 2 | 307 | 133 | 122 |
| Binary | 10101001 | 11100001 | 11111011 | 100001 | 1010 | 0 | 10 | 11000111 | 1011011 | 1010010 |
Color Harmonies of #A9E1FB
Complementary color
Monochromatic Colors of #A9E1FB
Black with #A9E1FB
Text Example
Text Example
White with #A9E1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E1FB; }
p { color: rgb(169,225,251); }
H1.HeaderClassName
{
color: #A9E1FB;
}
.AnyTagClassName
{
color: #A9E1FB;
}
</style>
background-color css
<style>
a { background-color: #A9E1FB; }
a { background-color: rgb(169,225,251); }
div.DivClassName
{
background-color: #A9E1FB;
}
.BgClassName
{
background-color: #A9E1FB;
}
</style>
border-color css
<style>
span { border-color: #A9E1FB; }
span { border-color: rgb(169,225,251); }
td.TdClassName
{
border-color: #A9E1FB;
}
.TagClassName
{
border-color: #A9E1FB;
}
</style>