Shades of Light Blue #AAD4E8
Tints of Light Blue #AAD4E8
RGB
CMYK
RGB Variations
Color information
#AAD4E8 (or 0xAAD4E8) is known color: Light Blue. HEX triplet: AA, D4 and E8. RGB value is (170,212,232). Sum of RGB (Red+Green+Blue) = 170+212+232=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 232 (91.02% from 255 or 37.79% from 614); Max value from RGB is 232 - color contains mainly: blue. Hex color #AAD4E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD4E8 is #552B17. Grayscale: #C9C9C9. Windows color (decimal): -5581592 or 15258794. OLE color: 15258794.
HSL color Cylindrical-coordinate representation of color #AAD4E8: hue angle of 199.35º 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 #AAD4E8 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 212 | 232 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.09 |
| HSL | 199.35º | 0.57% | 0.79% | - |
| HSV(B) | 199.35º | 0.27% | 0.91% | - |
| XYZ | 54.69 | 61.46 | 85.32 | - |
| YUV | 201.72 | 145.09 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 232 | 0.27 | 0.09 | 0 | 0.09 | 199.35 | 0.57 | 0.79 |
| Hex | AA | D4 | E8 | 1B | 9 | 0 | 9 | C7 | 39 | 4F |
| Octal | 252 | 324 | 350 | 33 | 11 | 0 | 11 | 307 | 71 | 117 |
| Binary | 10101010 | 11010100 | 11101000 | 11011 | 1001 | 0 | 1001 | 11000111 | 111001 | 1001111 |
Color Harmonies of #AAD4E8
Complementary color
Monochromatic Colors of #AAD4E8
Black with #AAD4E8
Text Example
Text Example
White with #AAD4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD4E8; }
p { color: rgb(170,212,232); }
H1.HeaderClassName
{
color: #AAD4E8;
}
.AnyTagClassName
{
color: #AAD4E8;
}
</style>
background-color css
<style>
a { background-color: #AAD4E8; }
a { background-color: rgb(170,212,232); }
div.DivClassName
{
background-color: #AAD4E8;
}
.BgClassName
{
background-color: #AAD4E8;
}
</style>
border-color css
<style>
span { border-color: #AAD4E8; }
span { border-color: rgb(170,212,232); }
td.TdClassName
{
border-color: #AAD4E8;
}
.TagClassName
{
border-color: #AAD4E8;
}
</style>