Shades of Light Blue #AAD5EA
Tints of Light Blue #AAD5EA
RGB
CMYK
RGB Variations
Color information
#AAD5EA (or 0xAAD5EA) is known color: Light Blue. HEX triplet: AA, D5 and EA. RGB value is (170,213,234). Sum of RGB (Red+Green+Blue) = 170+213+234=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAD5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD5EA is #552A15. Grayscale: #CACACA. Windows color (decimal): -5581334 or 15390122. OLE color: 15390122.
HSL color Cylindrical-coordinate representation of color #AAD5EA: hue angle of 199.69º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAD5EA is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 213 | 234 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.08 |
| HSL | 199.69º | 0.6% | 0.79% | - |
| HSV(B) | 199.69º | 0.27% | 0.92% | - |
| XYZ | 55.22 | 62.08 | 86.91 | - |
| YUV | 202.54 | 145.75 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 234 | 0.27 | 0.09 | 0 | 0.08 | 199.69 | 0.6 | 0.79 |
| Hex | AA | D5 | EA | 1B | 9 | 0 | 8 | C8 | 3C | 4F |
| Octal | 252 | 325 | 352 | 33 | 11 | 0 | 10 | 310 | 74 | 117 |
| Binary | 10101010 | 11010101 | 11101010 | 11011 | 1001 | 0 | 1000 | 11001000 | 111100 | 1001111 |
Color Harmonies of #AAD5EA
Complementary color
Monochromatic Colors of #AAD5EA
Black with #AAD5EA
Text Example
Text Example
White with #AAD5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD5EA; }
p { color: rgb(170,213,234); }
H1.HeaderClassName
{
color: #AAD5EA;
}
.AnyTagClassName
{
color: #AAD5EA;
}
</style>
background-color css
<style>
a { background-color: #AAD5EA; }
a { background-color: rgb(170,213,234); }
div.DivClassName
{
background-color: #AAD5EA;
}
.BgClassName
{
background-color: #AAD5EA;
}
</style>
border-color css
<style>
span { border-color: #AAD5EA; }
span { border-color: rgb(170,213,234); }
td.TdClassName
{
border-color: #AAD5EA;
}
.TagClassName
{
border-color: #AAD5EA;
}
</style>