Shades of Light Blue #A9DCF1
Tints of Light Blue #A9DCF1
RGB
CMYK
RGB Variations
Color information
#A9DCF1 (or 0xA9DCF1) is known color: Light Blue. HEX triplet: A9, DC and F1. RGB value is (169,220,241). Sum of RGB (Red+Green+Blue) = 169+220+241=630 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.83% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #A9DCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DCF1 is #56230E. Grayscale: #CFCFCF. Windows color (decimal): -5645071 or 15850665. OLE color: 15850665.
HSL color Cylindrical-coordinate representation of color #A9DCF1: hue angle of 197.5º 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 #A9DCF1 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 220 | 241 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.05 |
| HSL | 197.5º | 0.72% | 0.8% | - |
| HSV(B) | 197.5º | 0.3% | 0.95% | - |
| XYZ | 57.83 | 65.97 | 92.9 | - |
| YUV | 207.15 | 147.1 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 241 | 0.30 | 0.09 | 0 | 0.05 | 197.5 | 0.72 | 0.8 |
| Hex | A9 | DC | F1 | 1E | 9 | 0 | 5 | C6 | 48 | 50 |
| Octal | 251 | 334 | 361 | 36 | 11 | 0 | 5 | 306 | 110 | 120 |
| Binary | 10101001 | 11011100 | 11110001 | 11110 | 1001 | 0 | 101 | 11000110 | 1001000 | 1010000 |
Color Harmonies of #A9DCF1
Complementary color
Monochromatic Colors of #A9DCF1
Black with #A9DCF1
Text Example
Text Example
White with #A9DCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DCF1; }
p { color: rgb(169,220,241); }
H1.HeaderClassName
{
color: #A9DCF1;
}
.AnyTagClassName
{
color: #A9DCF1;
}
</style>
background-color css
<style>
a { background-color: #A9DCF1; }
a { background-color: rgb(169,220,241); }
div.DivClassName
{
background-color: #A9DCF1;
}
.BgClassName
{
background-color: #A9DCF1;
}
</style>
border-color css
<style>
span { border-color: #A9DCF1; }
span { border-color: rgb(169,220,241); }
td.TdClassName
{
border-color: #A9DCF1;
}
.TagClassName
{
border-color: #A9DCF1;
}
</style>