Shades of Light Blue #ADD9F0
Tints of Light Blue #ADD9F0
RGB
CMYK
RGB Variations
Color information
#ADD9F0 (or 0xADD9F0) is known color: Light Blue. HEX triplet: AD, D9 and F0. RGB value is (173,217,240). Sum of RGB (Red+Green+Blue) = 173+217+240=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADD9F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD9F0 is #52260F. Grayscale: #CECECE. Windows color (decimal): -5383696 or 15784365. OLE color: 15784365.
HSL color Cylindrical-coordinate representation of color #ADD9F0: hue angle of 200.6º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADD9F0 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 217 | 240 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.06 |
| HSL | 200.6º | 0.69% | 0.81% | - |
| HSV(B) | 200.6º | 0.28% | 0.94% | - |
| XYZ | 57.77 | 64.8 | 91.9 | - |
| YUV | 206.47 | 146.92 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 240 | 0.28 | 0.10 | 0 | 0.06 | 200.6 | 0.69 | 0.81 |
| Hex | AD | D9 | F0 | 1C | A | 0 | 6 | C9 | 45 | 51 |
| Octal | 255 | 331 | 360 | 34 | 12 | 0 | 6 | 311 | 105 | 121 |
| Binary | 10101101 | 11011001 | 11110000 | 11100 | 1010 | 0 | 110 | 11001001 | 1000101 | 1010001 |
Color Harmonies of #ADD9F0
Complementary color
Monochromatic Colors of #ADD9F0
Black with #ADD9F0
Text Example
Text Example
White with #ADD9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD9F0; }
p { color: rgb(173,217,240); }
H1.HeaderClassName
{
color: #ADD9F0;
}
.AnyTagClassName
{
color: #ADD9F0;
}
</style>
background-color css
<style>
a { background-color: #ADD9F0; }
a { background-color: rgb(173,217,240); }
div.DivClassName
{
background-color: #ADD9F0;
}
.BgClassName
{
background-color: #ADD9F0;
}
</style>
border-color css
<style>
span { border-color: #ADD9F0; }
span { border-color: rgb(173,217,240); }
td.TdClassName
{
border-color: #ADD9F0;
}
.TagClassName
{
border-color: #ADD9F0;
}
</style>