Shades of Light Blue #ADD9E7
Tints of Light Blue #ADD9E7
RGB
CMYK
RGB Variations
Color information
#ADD9E7 (or 0xADD9E7) is known color: Light Blue. HEX triplet: AD, D9 and E7. RGB value is (173,217,231). Sum of RGB (Red+Green+Blue) = 173+217+231=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 231 (90.62% from 255 or 37.20% from 621); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADD9E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD9E7 is #522618. Grayscale: #CDCDCD. Windows color (decimal): -5383705 or 15194541. OLE color: 15194541.
HSL color Cylindrical-coordinate representation of color #ADD9E7: hue angle of 194.48º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADD9E7 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 217 | 231 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.09 |
| HSL | 194.48º | 0.55% | 0.79% | - |
| HSV(B) | 194.48º | 0.25% | 0.91% | - |
| XYZ | 56.47 | 64.28 | 85.03 | - |
| YUV | 205.44 | 142.42 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 231 | 0.25 | 0.06 | 0 | 0.09 | 194.48 | 0.55 | 0.79 |
| Hex | AD | D9 | E7 | 19 | 6 | 0 | 9 | C2 | 37 | 4F |
| Octal | 255 | 331 | 347 | 31 | 6 | 0 | 11 | 302 | 67 | 117 |
| Binary | 10101101 | 11011001 | 11100111 | 11001 | 110 | 0 | 1001 | 11000010 | 110111 | 1001111 |
Color Harmonies of #ADD9E7
Complementary color
Monochromatic Colors of #ADD9E7
Black with #ADD9E7
Text Example
Text Example
White with #ADD9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD9E7; }
p { color: rgb(173,217,231); }
H1.HeaderClassName
{
color: #ADD9E7;
}
.AnyTagClassName
{
color: #ADD9E7;
}
</style>
background-color css
<style>
a { background-color: #ADD9E7; }
a { background-color: rgb(173,217,231); }
div.DivClassName
{
background-color: #ADD9E7;
}
.BgClassName
{
background-color: #ADD9E7;
}
</style>
border-color css
<style>
span { border-color: #ADD9E7; }
span { border-color: rgb(173,217,231); }
td.TdClassName
{
border-color: #ADD9E7;
}
.TagClassName
{
border-color: #ADD9E7;
}
</style>