Shades of Light Blue #A9D6EA
Tints of Light Blue #A9D6EA
RGB
CMYK
RGB Variations
Color information
#A9D6EA (or 0xA9D6EA) is known color: Light Blue. HEX triplet: A9, D6 and EA. RGB value is (169,214,234). Sum of RGB (Red+Green+Blue) = 169+214+234=617 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.39% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #A9D6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D6EA is #562915. Grayscale: #CACACA. Windows color (decimal): -5646614 or 15390377. OLE color: 15390377.
HSL color Cylindrical-coordinate representation of color #A9D6EA: hue angle of 198.46º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9D6EA is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 214 | 234 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.08 |
| HSL | 198.46º | 0.61% | 0.79% | - |
| HSV(B) | 198.46º | 0.28% | 0.92% | - |
| XYZ | 55.26 | 62.47 | 86.99 | - |
| YUV | 202.83 | 145.59 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 214 | 234 | 0.28 | 0.09 | 0 | 0.08 | 198.46 | 0.61 | 0.79 |
| Hex | A9 | D6 | EA | 1C | 9 | 0 | 8 | C6 | 3D | 4F |
| Octal | 251 | 326 | 352 | 34 | 11 | 0 | 10 | 306 | 75 | 117 |
| Binary | 10101001 | 11010110 | 11101010 | 11100 | 1001 | 0 | 1000 | 11000110 | 111101 | 1001111 |
Color Harmonies of #A9D6EA
Complementary color
Monochromatic Colors of #A9D6EA
Black with #A9D6EA
Text Example
Text Example
White with #A9D6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D6EA; }
p { color: rgb(169,214,234); }
H1.HeaderClassName
{
color: #A9D6EA;
}
.AnyTagClassName
{
color: #A9D6EA;
}
</style>
background-color css
<style>
a { background-color: #A9D6EA; }
a { background-color: rgb(169,214,234); }
div.DivClassName
{
background-color: #A9D6EA;
}
.BgClassName
{
background-color: #A9D6EA;
}
</style>
border-color css
<style>
span { border-color: #A9D6EA; }
span { border-color: rgb(169,214,234); }
td.TdClassName
{
border-color: #A9D6EA;
}
.TagClassName
{
border-color: #A9D6EA;
}
</style>