Shades of Columbia Blue #A9D7FE
Tints of Columbia Blue #A9D7FE
RGB
CMYK
RGB Variations
Color information
#A9D7FE (or 0xA9D7FE) is known color: Columbia Blue. HEX triplet: A9, D7 and FE. RGB value is (169,215,254). Sum of RGB (Red+Green+Blue) = 169+215+254=638 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.49% from 638); Green value is 215 (84.38% from 255 or 33.70% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9D7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D7FE is #562801. Grayscale: #CDCDCD. Windows color (decimal): -5646338 or 16701353. OLE color: 16701353.
HSL color Cylindrical-coordinate representation of color #A9D7FE: hue angle of 207.53º 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 #A9D7FE is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 215 | 254 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.00 |
| HSL | 207.53º | 0.98% | 0.83% | - |
| HSV(B) | 207.53º | 0.33% | 1% | - |
| XYZ | 58.55 | 64.19 | 103.07 | - |
| YUV | 205.69 | 155.26 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 215 | 254 | 0.33 | 0.15 | 0 | 0.00 | 207.53 | 0.98 | 0.83 |
| Hex | A9 | D7 | FE | 21 | F | 0 | 0 | D0 | 62 | 53 |
| Octal | 251 | 327 | 376 | 41 | 17 | 0 | 0 | 320 | 142 | 123 |
| Binary | 10101001 | 11010111 | 11111110 | 100001 | 1111 | 0 | 0 | 11010000 | 1100010 | 1010011 |
Color Harmonies of #A9D7FE
Complementary color
Monochromatic Colors of #A9D7FE
Black with #A9D7FE
Text Example
Text Example
White with #A9D7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D7FE; }
p { color: rgb(169,215,254); }
H1.HeaderClassName
{
color: #A9D7FE;
}
.AnyTagClassName
{
color: #A9D7FE;
}
</style>
background-color css
<style>
a { background-color: #A9D7FE; }
a { background-color: rgb(169,215,254); }
div.DivClassName
{
background-color: #A9D7FE;
}
.BgClassName
{
background-color: #A9D7FE;
}
</style>
border-color css
<style>
span { border-color: #A9D7FE; }
span { border-color: rgb(169,215,254); }
td.TdClassName
{
border-color: #A9D7FE;
}
.TagClassName
{
border-color: #A9D7FE;
}
</style>