Shades of Light Blue #A9DDEB
Tints of Light Blue #A9DDEB
RGB
CMYK
RGB Variations
Color information
#A9DDEB (or 0xA9DDEB) is known color: Light Blue. HEX triplet: A9, DD and EB. RGB value is (169,221,235). Sum of RGB (Red+Green+Blue) = 169+221+235=625 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.04% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #A9DDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DDEB is #562214. Grayscale: #CECECE. Windows color (decimal): -5644821 or 15457705. OLE color: 15457705.
HSL color Cylindrical-coordinate representation of color #A9DDEB: hue angle of 192.73º degrees, saturation: 0.62, 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 #A9DDEB is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 221 | 235 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.08 |
| HSL | 192.73º | 0.62% | 0.79% | - |
| HSV(B) | 192.73º | 0.28% | 0.92% | - |
| XYZ | 57.21 | 66.15 | 88.35 | - |
| YUV | 207.05 | 143.77 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 221 | 235 | 0.28 | 0.06 | 0 | 0.08 | 192.73 | 0.62 | 0.79 |
| Hex | A9 | DD | EB | 1C | 6 | 0 | 8 | C1 | 3E | 4F |
| Octal | 251 | 335 | 353 | 34 | 6 | 0 | 10 | 301 | 76 | 117 |
| Binary | 10101001 | 11011101 | 11101011 | 11100 | 110 | 0 | 1000 | 11000001 | 111110 | 1001111 |
Color Harmonies of #A9DDEB
Complementary color
Monochromatic Colors of #A9DDEB
Black with #A9DDEB
Text Example
Text Example
White with #A9DDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DDEB; }
p { color: rgb(169,221,235); }
H1.HeaderClassName
{
color: #A9DDEB;
}
.AnyTagClassName
{
color: #A9DDEB;
}
</style>
background-color css
<style>
a { background-color: #A9DDEB; }
a { background-color: rgb(169,221,235); }
div.DivClassName
{
background-color: #A9DDEB;
}
.BgClassName
{
background-color: #A9DDEB;
}
</style>
border-color css
<style>
span { border-color: #A9DDEB; }
span { border-color: rgb(169,221,235); }
td.TdClassName
{
border-color: #A9DDEB;
}
.TagClassName
{
border-color: #A9DDEB;
}
</style>