Shades of Light Blue #A9DBF1
Tints of Light Blue #A9DBF1
RGB
CMYK
RGB Variations
Color information
#A9DBF1 (or 0xA9DBF1) is known color: Light Blue. HEX triplet: A9, DB and F1. RGB value is (169,219,241). Sum of RGB (Red+Green+Blue) = 169+219+241=629 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.87% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #A9DBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DBF1 is #56240E. Grayscale: #CECECE. Windows color (decimal): -5645327 or 15850409. OLE color: 15850409.
HSL color Cylindrical-coordinate representation of color #A9DBF1: hue angle of 198.33º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9DBF1 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 219 | 241 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.05 |
| HSL | 198.33º | 0.72% | 0.8% | - |
| HSV(B) | 198.33º | 0.3% | 0.95% | - |
| XYZ | 57.57 | 65.45 | 92.82 | - |
| YUV | 206.56 | 147.44 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 241 | 0.30 | 0.09 | 0 | 0.05 | 198.33 | 0.72 | 0.8 |
| Hex | A9 | DB | F1 | 1E | 9 | 0 | 5 | C6 | 48 | 50 |
| Octal | 251 | 333 | 361 | 36 | 11 | 0 | 5 | 306 | 110 | 120 |
| Binary | 10101001 | 11011011 | 11110001 | 11110 | 1001 | 0 | 101 | 11000110 | 1001000 | 1010000 |
Color Harmonies of #A9DBF1
Complementary color
Monochromatic Colors of #A9DBF1
Black with #A9DBF1
Text Example
Text Example
White with #A9DBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DBF1; }
p { color: rgb(169,219,241); }
H1.HeaderClassName
{
color: #A9DBF1;
}
.AnyTagClassName
{
color: #A9DBF1;
}
</style>
background-color css
<style>
a { background-color: #A9DBF1; }
a { background-color: rgb(169,219,241); }
div.DivClassName
{
background-color: #A9DBF1;
}
.BgClassName
{
background-color: #A9DBF1;
}
</style>
border-color css
<style>
span { border-color: #A9DBF1; }
span { border-color: rgb(169,219,241); }
td.TdClassName
{
border-color: #A9DBF1;
}
.TagClassName
{
border-color: #A9DBF1;
}
</style>