Shades of Light Blue #A9DBEA
Tints of Light Blue #A9DBEA
RGB
CMYK
RGB Variations
Color information
#A9DBEA (or 0xA9DBEA) is known color: Light Blue. HEX triplet: A9, DB and EA. RGB value is (169,219,234). Sum of RGB (Red+Green+Blue) = 169+219+234=622 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.17% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #A9DBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DBEA is #562415. Grayscale: #CDCDCD. Windows color (decimal): -5645334 or 15391657. OLE color: 15391657.
HSL color Cylindrical-coordinate representation of color #A9DBEA: hue angle of 193.85º 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 #A9DBEA is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 219 | 234 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.08 |
| HSL | 193.85º | 0.61% | 0.79% | - |
| HSV(B) | 193.85º | 0.28% | 0.92% | - |
| XYZ | 56.54 | 65.04 | 87.42 | - |
| YUV | 205.76 | 143.94 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 234 | 0.28 | 0.06 | 0 | 0.08 | 193.85 | 0.61 | 0.79 |
| Hex | A9 | DB | EA | 1C | 6 | 0 | 8 | C2 | 3D | 4F |
| Octal | 251 | 333 | 352 | 34 | 6 | 0 | 10 | 302 | 75 | 117 |
| Binary | 10101001 | 11011011 | 11101010 | 11100 | 110 | 0 | 1000 | 11000010 | 111101 | 1001111 |
Color Harmonies of #A9DBEA
Complementary color
Monochromatic Colors of #A9DBEA
Black with #A9DBEA
Text Example
Text Example
White with #A9DBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DBEA; }
p { color: rgb(169,219,234); }
H1.HeaderClassName
{
color: #A9DBEA;
}
.AnyTagClassName
{
color: #A9DBEA;
}
</style>
background-color css
<style>
a { background-color: #A9DBEA; }
a { background-color: rgb(169,219,234); }
div.DivClassName
{
background-color: #A9DBEA;
}
.BgClassName
{
background-color: #A9DBEA;
}
</style>
border-color css
<style>
span { border-color: #A9DBEA; }
span { border-color: rgb(169,219,234); }
td.TdClassName
{
border-color: #A9DBEA;
}
.TagClassName
{
border-color: #A9DBEA;
}
</style>