Shades of Light Blue #ADD7E8
Tints of Light Blue #ADD7E8
RGB
CMYK
RGB Variations
Color information
#ADD7E8 (or 0xADD7E8) is known color: Light Blue. HEX triplet: AD, D7 and E8. RGB value is (173,215,232). Sum of RGB (Red+Green+Blue) = 173+215+232=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADD7E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD7E8 is #522817. Grayscale: #CCCCCC. Windows color (decimal): -5384216 or 15259565. OLE color: 15259565.
HSL color Cylindrical-coordinate representation of color #ADD7E8: hue angle of 197.29º degrees, saturation: 0.56, 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 #ADD7E8 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 215 | 232 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.09 |
| HSL | 197.29º | 0.56% | 0.79% | - |
| HSV(B) | 197.29º | 0.25% | 0.91% | - |
| XYZ | 56.1 | 63.31 | 85.61 | - |
| YUV | 204.38 | 143.59 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 232 | 0.25 | 0.07 | 0 | 0.09 | 197.29 | 0.56 | 0.79 |
| Hex | AD | D7 | E8 | 19 | 7 | 0 | 9 | C5 | 38 | 4F |
| Octal | 255 | 327 | 350 | 31 | 7 | 0 | 11 | 305 | 70 | 117 |
| Binary | 10101101 | 11010111 | 11101000 | 11001 | 111 | 0 | 1001 | 11000101 | 111000 | 1001111 |
Color Harmonies of #ADD7E8
Complementary color
Monochromatic Colors of #ADD7E8
Black with #ADD7E8
Text Example
Text Example
White with #ADD7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD7E8; }
p { color: rgb(173,215,232); }
H1.HeaderClassName
{
color: #ADD7E8;
}
.AnyTagClassName
{
color: #ADD7E8;
}
</style>
background-color css
<style>
a { background-color: #ADD7E8; }
a { background-color: rgb(173,215,232); }
div.DivClassName
{
background-color: #ADD7E8;
}
.BgClassName
{
background-color: #ADD7E8;
}
</style>
border-color css
<style>
span { border-color: #ADD7E8; }
span { border-color: rgb(173,215,232); }
td.TdClassName
{
border-color: #ADD7E8;
}
.TagClassName
{
border-color: #ADD7E8;
}
</style>