Shades of Light Blue #A9DBEF
Tints of Light Blue #A9DBEF
RGB
CMYK
RGB Variations
Color information
#A9DBEF (or 0xA9DBEF) is known color: Light Blue. HEX triplet: A9, DB and EF. RGB value is (169,219,239). Sum of RGB (Red+Green+Blue) = 169+219+239=627 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.95% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #A9DBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DBEF is #562410. Grayscale: #CECECE. Windows color (decimal): -5645329 or 15719337. OLE color: 15719337.
HSL color Cylindrical-coordinate representation of color #A9DBEF: hue angle of 197.14º 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 #A9DBEF is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 219 | 239 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.06 |
| HSL | 197.14º | 0.69% | 0.8% | - |
| HSV(B) | 197.14º | 0.29% | 0.94% | - |
| XYZ | 57.27 | 65.33 | 91.25 | - |
| YUV | 206.33 | 146.44 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 239 | 0.29 | 0.08 | 0 | 0.06 | 197.14 | 0.69 | 0.8 |
| Hex | A9 | DB | EF | 1D | 8 | 0 | 6 | C5 | 45 | 50 |
| Octal | 251 | 333 | 357 | 35 | 10 | 0 | 6 | 305 | 105 | 120 |
| Binary | 10101001 | 11011011 | 11101111 | 11101 | 1000 | 0 | 110 | 11000101 | 1000101 | 1010000 |
Color Harmonies of #A9DBEF
Complementary color
Monochromatic Colors of #A9DBEF
Black with #A9DBEF
Text Example
Text Example
White with #A9DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DBEF; }
p { color: rgb(169,219,239); }
H1.HeaderClassName
{
color: #A9DBEF;
}
.AnyTagClassName
{
color: #A9DBEF;
}
</style>
background-color css
<style>
a { background-color: #A9DBEF; }
a { background-color: rgb(169,219,239); }
div.DivClassName
{
background-color: #A9DBEF;
}
.BgClassName
{
background-color: #A9DBEF;
}
</style>
border-color css
<style>
span { border-color: #A9DBEF; }
span { border-color: rgb(169,219,239); }
td.TdClassName
{
border-color: #A9DBEF;
}
.TagClassName
{
border-color: #A9DBEF;
}
</style>