Shades of Light Blue #A9D8EF
Tints of Light Blue #A9D8EF
RGB
CMYK
RGB Variations
Color information
#A9D8EF (or 0xA9D8EF) is known color: Light Blue. HEX triplet: A9, D8 and EF. RGB value is (169,216,239). Sum of RGB (Red+Green+Blue) = 169+216+239=624 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.08% from 624); Green value is 216 (84.77% from 255 or 34.62% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #A9D8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D8EF is #562710. Grayscale: #CCCCCC. Windows color (decimal): -5646097 or 15718569. OLE color: 15718569.
HSL color Cylindrical-coordinate representation of color #A9D8EF: hue angle of 199.71º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9D8EF is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 216 | 239 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.06 |
| HSL | 199.71º | 0.69% | 0.8% | - |
| HSV(B) | 199.71º | 0.29% | 0.94% | - |
| XYZ | 56.5 | 63.78 | 90.99 | - |
| YUV | 204.57 | 147.43 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 216 | 239 | 0.29 | 0.10 | 0 | 0.06 | 199.71 | 0.69 | 0.8 |
| Hex | A9 | D8 | EF | 1D | A | 0 | 6 | C8 | 45 | 50 |
| Octal | 251 | 330 | 357 | 35 | 12 | 0 | 6 | 310 | 105 | 120 |
| Binary | 10101001 | 11011000 | 11101111 | 11101 | 1010 | 0 | 110 | 11001000 | 1000101 | 1010000 |
Color Harmonies of #A9D8EF
Complementary color
Monochromatic Colors of #A9D8EF
Black with #A9D8EF
Text Example
Text Example
White with #A9D8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D8EF; }
p { color: rgb(169,216,239); }
H1.HeaderClassName
{
color: #A9D8EF;
}
.AnyTagClassName
{
color: #A9D8EF;
}
</style>
background-color css
<style>
a { background-color: #A9D8EF; }
a { background-color: rgb(169,216,239); }
div.DivClassName
{
background-color: #A9D8EF;
}
.BgClassName
{
background-color: #A9D8EF;
}
</style>
border-color css
<style>
span { border-color: #A9D8EF; }
span { border-color: rgb(169,216,239); }
td.TdClassName
{
border-color: #A9D8EF;
}
.TagClassName
{
border-color: #A9D8EF;
}
</style>