Shades of Light Blue #ADD9F1
Tints of Light Blue #ADD9F1
RGB
CMYK
RGB Variations
Color information
#ADD9F1 (or 0xADD9F1) is known color: Light Blue. HEX triplet: AD, D9 and F1. RGB value is (173,217,241). Sum of RGB (Red+Green+Blue) = 173+217+241=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADD9F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD9F1 is #52260E. Grayscale: #CECECE. Windows color (decimal): -5383695 or 15849901. OLE color: 15849901.
HSL color Cylindrical-coordinate representation of color #ADD9F1: hue angle of 201.18º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADD9F1 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 217 | 241 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.05 |
| HSL | 201.18º | 0.71% | 0.81% | - |
| HSV(B) | 201.18º | 0.28% | 0.95% | - |
| XYZ | 57.92 | 64.86 | 92.69 | - |
| YUV | 206.58 | 147.42 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 241 | 0.28 | 0.10 | 0 | 0.05 | 201.18 | 0.71 | 0.81 |
| Hex | AD | D9 | F1 | 1C | A | 0 | 5 | C9 | 47 | 51 |
| Octal | 255 | 331 | 361 | 34 | 12 | 0 | 5 | 311 | 107 | 121 |
| Binary | 10101101 | 11011001 | 11110001 | 11100 | 1010 | 0 | 101 | 11001001 | 1000111 | 1010001 |
Color Harmonies of #ADD9F1
Complementary color
Monochromatic Colors of #ADD9F1
Black with #ADD9F1
Text Example
Text Example
White with #ADD9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD9F1; }
p { color: rgb(173,217,241); }
H1.HeaderClassName
{
color: #ADD9F1;
}
.AnyTagClassName
{
color: #ADD9F1;
}
</style>
background-color css
<style>
a { background-color: #ADD9F1; }
a { background-color: rgb(173,217,241); }
div.DivClassName
{
background-color: #ADD9F1;
}
.BgClassName
{
background-color: #ADD9F1;
}
</style>
border-color css
<style>
span { border-color: #ADD9F1; }
span { border-color: rgb(173,217,241); }
td.TdClassName
{
border-color: #ADD9F1;
}
.TagClassName
{
border-color: #ADD9F1;
}
</style>