Shades of Light Blue #A9DBEC
Tints of Light Blue #A9DBEC
RGB
CMYK
RGB Variations
Color information
#A9DBEC (or 0xA9DBEC) is known color: Light Blue. HEX triplet: A9, DB and EC. RGB value is (169,219,236). Sum of RGB (Red+Green+Blue) = 169+219+236=624 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.08% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #A9DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DBEC is #562413. Grayscale: #CDCDCD. Windows color (decimal): -5645332 or 15522729. OLE color: 15522729.
HSL color Cylindrical-coordinate representation of color #A9DBEC: hue angle of 195.22º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9DBEC is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 219 | 236 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.07 |
| HSL | 195.22º | 0.64% | 0.79% | - |
| HSV(B) | 195.22º | 0.28% | 0.93% | - |
| XYZ | 56.83 | 65.15 | 88.94 | - |
| YUV | 205.99 | 144.94 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 236 | 0.28 | 0.07 | 0 | 0.07 | 195.22 | 0.64 | 0.79 |
| Hex | A9 | DB | EC | 1C | 7 | 0 | 7 | C3 | 40 | 4F |
| Octal | 251 | 333 | 354 | 34 | 7 | 0 | 7 | 303 | 100 | 117 |
| Binary | 10101001 | 11011011 | 11101100 | 11100 | 111 | 0 | 111 | 11000011 | 1000000 | 1001111 |
Color Harmonies of #A9DBEC
Complementary color
Monochromatic Colors of #A9DBEC
Black with #A9DBEC
Text Example
Text Example
White with #A9DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DBEC; }
p { color: rgb(169,219,236); }
H1.HeaderClassName
{
color: #A9DBEC;
}
.AnyTagClassName
{
color: #A9DBEC;
}
</style>
background-color css
<style>
a { background-color: #A9DBEC; }
a { background-color: rgb(169,219,236); }
div.DivClassName
{
background-color: #A9DBEC;
}
.BgClassName
{
background-color: #A9DBEC;
}
</style>
border-color css
<style>
span { border-color: #A9DBEC; }
span { border-color: rgb(169,219,236); }
td.TdClassName
{
border-color: #A9DBEC;
}
.TagClassName
{
border-color: #A9DBEC;
}
</style>