Shades of Light Blue #AAD4E9
Tints of Light Blue #AAD4E9
RGB
CMYK
RGB Variations
Color information
#AAD4E9 (or 0xAAD4E9) is known color: Light Blue. HEX triplet: AA, D4 and E9. RGB value is (170,212,233). Sum of RGB (Red+Green+Blue) = 170+212+233=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 233 (91.41% from 255 or 37.89% from 615); Max value from RGB is 233 - color contains mainly: blue. Hex color #AAD4E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD4E9 is #552B16. Grayscale: #C9C9C9. Windows color (decimal): -5581591 or 15324330. OLE color: 15324330.
HSL color Cylindrical-coordinate representation of color #AAD4E9: hue angle of 200º degrees, saturation: 0.59, 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 #AAD4E9 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 212 | 233 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.09 |
| HSL | 200º | 0.59% | 0.79% | - |
| HSV(B) | 200º | 0.27% | 0.91% | - |
| XYZ | 54.83 | 61.52 | 86.07 | - |
| YUV | 201.84 | 145.59 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 233 | 0.27 | 0.09 | 0 | 0.09 | 200 | 0.59 | 0.79 |
| Hex | AA | D4 | E9 | 1B | 9 | 0 | 9 | C8 | 3B | 4F |
| Octal | 252 | 324 | 351 | 33 | 11 | 0 | 11 | 310 | 73 | 117 |
| Binary | 10101010 | 11010100 | 11101001 | 11011 | 1001 | 0 | 1001 | 11001000 | 111011 | 1001111 |
Color Harmonies of #AAD4E9
Complementary color
Monochromatic Colors of #AAD4E9
Black with #AAD4E9
Text Example
Text Example
White with #AAD4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD4E9; }
p { color: rgb(170,212,233); }
H1.HeaderClassName
{
color: #AAD4E9;
}
.AnyTagClassName
{
color: #AAD4E9;
}
</style>
background-color css
<style>
a { background-color: #AAD4E9; }
a { background-color: rgb(170,212,233); }
div.DivClassName
{
background-color: #AAD4E9;
}
.BgClassName
{
background-color: #AAD4E9;
}
</style>
border-color css
<style>
span { border-color: #AAD4E9; }
span { border-color: rgb(170,212,233); }
td.TdClassName
{
border-color: #AAD4E9;
}
.TagClassName
{
border-color: #AAD4E9;
}
</style>