Shades of Light Blue #AAD3E8
Tints of Light Blue #AAD3E8
RGB
CMYK
RGB Variations
Color information
#AAD3E8 (or 0xAAD3E8) is known color: Light Blue. HEX triplet: AA, D3 and E8. RGB value is (170,211,232). Sum of RGB (Red+Green+Blue) = 170+211+232=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 232 - color contains mainly: blue. Hex color #AAD3E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD3E8 is #552C17. Grayscale: #C9C9C9. Windows color (decimal): -5581848 or 15258538. OLE color: 15258538.
HSL color Cylindrical-coordinate representation of color #AAD3E8: hue angle of 200.32º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAD3E8 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 211 | 232 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.09 |
| HSL | 200.32º | 0.57% | 0.79% | - |
| HSV(B) | 200.32º | 0.27% | 0.91% | - |
| XYZ | 54.44 | 60.96 | 85.24 | - |
| YUV | 201.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 232 | 0.27 | 0.09 | 0 | 0.09 | 200.32 | 0.57 | 0.79 |
| Hex | AA | D3 | E8 | 1B | 9 | 0 | 9 | C8 | 39 | 4F |
| Octal | 252 | 323 | 350 | 33 | 11 | 0 | 11 | 310 | 71 | 117 |
| Binary | 10101010 | 11010011 | 11101000 | 11011 | 1001 | 0 | 1001 | 11001000 | 111001 | 1001111 |
Color Harmonies of #AAD3E8
Complementary color
Monochromatic Colors of #AAD3E8
Black with #AAD3E8
Text Example
Text Example
White with #AAD3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD3E8; }
p { color: rgb(170,211,232); }
H1.HeaderClassName
{
color: #AAD3E8;
}
.AnyTagClassName
{
color: #AAD3E8;
}
</style>
background-color css
<style>
a { background-color: #AAD3E8; }
a { background-color: rgb(170,211,232); }
div.DivClassName
{
background-color: #AAD3E8;
}
.BgClassName
{
background-color: #AAD3E8;
}
</style>
border-color css
<style>
span { border-color: #AAD3E8; }
span { border-color: rgb(170,211,232); }
td.TdClassName
{
border-color: #AAD3E8;
}
.TagClassName
{
border-color: #AAD3E8;
}
</style>