Shades of Light Blue #AED6E7
Tints of Light Blue #AED6E7
RGB
CMYK
RGB Variations
Color information
#AED6E7 (or 0xAED6E7) is known color: Light Blue. HEX triplet: AE, D6 and E7. RGB value is (174,214,231). Sum of RGB (Red+Green+Blue) = 174+214+231=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 214 (83.98% from 255 or 34.57% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 231 - color contains mainly: blue. Hex color #AED6E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED6E7 is #512918. Grayscale: #CBCBCB. Windows color (decimal): -5318937 or 15193774. OLE color: 15193774.
HSL color Cylindrical-coordinate representation of color #AED6E7: hue angle of 197.89º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AED6E7 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 214 | 231 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.09 |
| HSL | 197.89º | 0.54% | 0.79% | - |
| HSV(B) | 197.89º | 0.25% | 0.91% | - |
| XYZ | 55.93 | 62.86 | 84.79 | - |
| YUV | 203.98 | 143.25 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 231 | 0.25 | 0.07 | 0 | 0.09 | 197.89 | 0.54 | 0.79 |
| Hex | AE | D6 | E7 | 19 | 7 | 0 | 9 | C6 | 36 | 4F |
| Octal | 256 | 326 | 347 | 31 | 7 | 0 | 11 | 306 | 66 | 117 |
| Binary | 10101110 | 11010110 | 11100111 | 11001 | 111 | 0 | 1001 | 11000110 | 110110 | 1001111 |
Color Harmonies of #AED6E7
Complementary color
Monochromatic Colors of #AED6E7
Black with #AED6E7
Text Example
Text Example
White with #AED6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED6E7; }
p { color: rgb(174,214,231); }
H1.HeaderClassName
{
color: #AED6E7;
}
.AnyTagClassName
{
color: #AED6E7;
}
</style>
background-color css
<style>
a { background-color: #AED6E7; }
a { background-color: rgb(174,214,231); }
div.DivClassName
{
background-color: #AED6E7;
}
.BgClassName
{
background-color: #AED6E7;
}
</style>
border-color css
<style>
span { border-color: #AED6E7; }
span { border-color: rgb(174,214,231); }
td.TdClassName
{
border-color: #AED6E7;
}
.TagClassName
{
border-color: #AED6E7;
}
</style>