Shades of Light Blue #AAD7E6
Tints of Light Blue #AAD7E6
RGB
CMYK
RGB Variations
Color information
#AAD7E6 (or 0xAAD7E6) is known color: Light Blue. HEX triplet: AA, D7 and E6. RGB value is (170,215,230). Sum of RGB (Red+Green+Blue) = 170+215+230=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 215 (84.38% from 255 or 34.96% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 230 - color contains mainly: blue. Hex color #AAD7E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD7E6 is #552819. Grayscale: #CBCBCB. Windows color (decimal): -5580826 or 15128490. OLE color: 15128490.
HSL color Cylindrical-coordinate representation of color #AAD7E6: hue angle of 195º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAD7E6 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 215 | 230 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.10 |
| HSL | 195º | 0.55% | 0.78% | - |
| HSV(B) | 195º | 0.26% | 0.9% | - |
| XYZ | 55.16 | 62.86 | 84.09 | - |
| YUV | 203.26 | 143.09 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 215 | 230 | 0.26 | 0.07 | 0 | 0.10 | 195 | 0.55 | 0.78 |
| Hex | AA | D7 | E6 | 1A | 7 | 0 | A | C3 | 37 | 4E |
| Octal | 252 | 327 | 346 | 32 | 7 | 0 | 12 | 303 | 67 | 116 |
| Binary | 10101010 | 11010111 | 11100110 | 11010 | 111 | 0 | 1010 | 11000011 | 110111 | 1001110 |
Color Harmonies of #AAD7E6
Complementary color
Monochromatic Colors of #AAD7E6
Black with #AAD7E6
Text Example
Text Example
White with #AAD7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD7E6; }
p { color: rgb(170,215,230); }
H1.HeaderClassName
{
color: #AAD7E6;
}
.AnyTagClassName
{
color: #AAD7E6;
}
</style>
background-color css
<style>
a { background-color: #AAD7E6; }
a { background-color: rgb(170,215,230); }
div.DivClassName
{
background-color: #AAD7E6;
}
.BgClassName
{
background-color: #AAD7E6;
}
</style>
border-color css
<style>
span { border-color: #AAD7E6; }
span { border-color: rgb(170,215,230); }
td.TdClassName
{
border-color: #AAD7E6;
}
.TagClassName
{
border-color: #AAD7E6;
}
</style>