Shades of Light Blue #AED6E3
Tints of Light Blue #AED6E3
RGB
CMYK
RGB Variations
Color information
#AED6E3 (or 0xAED6E3) is known color: Light Blue. HEX triplet: AE, D6 and E3. RGB value is (174,214,227). Sum of RGB (Red+Green+Blue) = 174+214+227=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 214 (83.98% from 255 or 34.80% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 227 - color contains mainly: blue. Hex color #AED6E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED6E3 is #51291C. Grayscale: #CBCBCB. Windows color (decimal): -5318941 or 14931630. OLE color: 14931630.
HSL color Cylindrical-coordinate representation of color #AED6E3: hue angle of 194.72º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AED6E3 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 214 | 227 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.11 |
| HSL | 194.72º | 0.49% | 0.79% | - |
| HSV(B) | 194.72º | 0.23% | 0.89% | - |
| XYZ | 55.37 | 62.64 | 81.85 | - |
| YUV | 203.52 | 141.25 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 227 | 0.23 | 0.06 | 0 | 0.11 | 194.72 | 0.49 | 0.79 |
| Hex | AE | D6 | E3 | 17 | 6 | 0 | B | C3 | 31 | 4F |
| Octal | 256 | 326 | 343 | 27 | 6 | 0 | 13 | 303 | 61 | 117 |
| Binary | 10101110 | 11010110 | 11100011 | 10111 | 110 | 0 | 1011 | 11000011 | 110001 | 1001111 |
Color Harmonies of #AED6E3
Complementary color
Monochromatic Colors of #AED6E3
Black with #AED6E3
Text Example
Text Example
White with #AED6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED6E3; }
p { color: rgb(174,214,227); }
H1.HeaderClassName
{
color: #AED6E3;
}
.AnyTagClassName
{
color: #AED6E3;
}
</style>
background-color css
<style>
a { background-color: #AED6E3; }
a { background-color: rgb(174,214,227); }
div.DivClassName
{
background-color: #AED6E3;
}
.BgClassName
{
background-color: #AED6E3;
}
</style>
border-color css
<style>
span { border-color: #AED6E3; }
span { border-color: rgb(174,214,227); }
td.TdClassName
{
border-color: #AED6E3;
}
.TagClassName
{
border-color: #AED6E3;
}
</style>