Shades of Light Blue #AED6E5
Tints of Light Blue #AED6E5
RGB
CMYK
RGB Variations
Color information
#AED6E5 (or 0xAED6E5) is known color: Light Blue. HEX triplet: AE, D6 and E5. RGB value is (174,214,229). Sum of RGB (Red+Green+Blue) = 174+214+229=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 229 - color contains mainly: blue. Hex color #AED6E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED6E5 is #51291A. Grayscale: #CBCBCB. Windows color (decimal): -5318939 or 15062702. OLE color: 15062702.
HSL color Cylindrical-coordinate representation of color #AED6E5: hue angle of 196.36º 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 #AED6E5 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 214 | 229 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.10 |
| HSL | 196.36º | 0.51% | 0.79% | - |
| HSV(B) | 196.36º | 0.24% | 0.9% | - |
| XYZ | 55.64 | 62.75 | 83.31 | - |
| YUV | 203.75 | 142.25 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 229 | 0.24 | 0.07 | 0 | 0.10 | 196.36 | 0.51 | 0.79 |
| Hex | AE | D6 | E5 | 18 | 7 | 0 | A | C4 | 33 | 4F |
| Octal | 256 | 326 | 345 | 30 | 7 | 0 | 12 | 304 | 63 | 117 |
| Binary | 10101110 | 11010110 | 11100101 | 11000 | 111 | 0 | 1010 | 11000100 | 110011 | 1001111 |
Color Harmonies of #AED6E5
Complementary color
Monochromatic Colors of #AED6E5
Black with #AED6E5
Text Example
Text Example
White with #AED6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED6E5; }
p { color: rgb(174,214,229); }
H1.HeaderClassName
{
color: #AED6E5;
}
.AnyTagClassName
{
color: #AED6E5;
}
</style>
background-color css
<style>
a { background-color: #AED6E5; }
a { background-color: rgb(174,214,229); }
div.DivClassName
{
background-color: #AED6E5;
}
.BgClassName
{
background-color: #AED6E5;
}
</style>
border-color css
<style>
span { border-color: #AED6E5; }
span { border-color: rgb(174,214,229); }
td.TdClassName
{
border-color: #AED6E5;
}
.TagClassName
{
border-color: #AED6E5;
}
</style>