Shades of Light Blue #AAD3E4
Tints of Light Blue #AAD3E4
RGB
CMYK
RGB Variations
Color information
#AAD3E4 (or 0xAAD3E4) is known color: Light Blue. HEX triplet: AA, D3 and E4. RGB value is (170,211,228). Sum of RGB (Red+Green+Blue) = 170+211+228=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 211 (82.81% from 255 or 34.65% from 609); Blue value is 228 (89.45% from 255 or 37.44% from 609); Max value from RGB is 228 - color contains mainly: blue. Hex color #AAD3E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD3E4 is #552C1B. Grayscale: #C8C8C8. Windows color (decimal): -5581852 or 14996394. OLE color: 14996394.
HSL color Cylindrical-coordinate representation of color #AAD3E4: hue angle of 197.59º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAD3E4 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 211 | 228 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.11 |
| HSL | 197.59º | 0.52% | 0.78% | - |
| HSV(B) | 197.59º | 0.25% | 0.89% | - |
| XYZ | 53.88 | 60.74 | 82.28 | - |
| YUV | 200.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 228 | 0.25 | 0.07 | 0 | 0.11 | 197.59 | 0.52 | 0.78 |
| Hex | AA | D3 | E4 | 19 | 7 | 0 | B | C6 | 34 | 4E |
| Octal | 252 | 323 | 344 | 31 | 7 | 0 | 13 | 306 | 64 | 116 |
| Binary | 10101010 | 11010011 | 11100100 | 11001 | 111 | 0 | 1011 | 11000110 | 110100 | 1001110 |
Color Harmonies of #AAD3E4
Complementary color
Monochromatic Colors of #AAD3E4
Black with #AAD3E4
Text Example
Text Example
White with #AAD3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD3E4; }
p { color: rgb(170,211,228); }
H1.HeaderClassName
{
color: #AAD3E4;
}
.AnyTagClassName
{
color: #AAD3E4;
}
</style>
background-color css
<style>
a { background-color: #AAD3E4; }
a { background-color: rgb(170,211,228); }
div.DivClassName
{
background-color: #AAD3E4;
}
.BgClassName
{
background-color: #AAD3E4;
}
</style>
border-color css
<style>
span { border-color: #AAD3E4; }
span { border-color: rgb(170,211,228); }
td.TdClassName
{
border-color: #AAD3E4;
}
.TagClassName
{
border-color: #AAD3E4;
}
</style>