Shades of Light Blue #AED2E5
Tints of Light Blue #AED2E5
RGB
CMYK
RGB Variations
Color information
#AED2E5 (or 0xAED2E5) is known color: Light Blue. HEX triplet: AE, D2 and E5. RGB value is (174,210,229). Sum of RGB (Red+Green+Blue) = 174+210+229=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 229 - color contains mainly: blue. Hex color #AED2E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2E5 is #512D1A. Grayscale: #C9C9C9. Windows color (decimal): -5319963 or 15061678. OLE color: 15061678.
HSL color Cylindrical-coordinate representation of color #AED2E5: hue angle of 200.73º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AED2E5 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 210 | 229 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.10 |
| HSL | 200.73º | 0.51% | 0.79% | - |
| HSV(B) | 200.73º | 0.24% | 0.9% | - |
| XYZ | 54.65 | 60.75 | 82.97 | - |
| YUV | 201.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 229 | 0.24 | 0.08 | 0 | 0.10 | 200.73 | 0.51 | 0.79 |
| Hex | AE | D2 | E5 | 18 | 8 | 0 | A | C9 | 33 | 4F |
| Octal | 256 | 322 | 345 | 30 | 10 | 0 | 12 | 311 | 63 | 117 |
| Binary | 10101110 | 11010010 | 11100101 | 11000 | 1000 | 0 | 1010 | 11001001 | 110011 | 1001111 |
Color Harmonies of #AED2E5
Complementary color
Monochromatic Colors of #AED2E5
Black with #AED2E5
Text Example
Text Example
White with #AED2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED2E5; }
p { color: rgb(174,210,229); }
H1.HeaderClassName
{
color: #AED2E5;
}
.AnyTagClassName
{
color: #AED2E5;
}
</style>
background-color css
<style>
a { background-color: #AED2E5; }
a { background-color: rgb(174,210,229); }
div.DivClassName
{
background-color: #AED2E5;
}
.BgClassName
{
background-color: #AED2E5;
}
</style>
border-color css
<style>
span { border-color: #AED2E5; }
span { border-color: rgb(174,210,229); }
td.TdClassName
{
border-color: #AED2E5;
}
.TagClassName
{
border-color: #AED2E5;
}
</style>