Shades of Light Blue #AED7EC
Tints of Light Blue #AED7EC
RGB
CMYK
RGB Variations
Color information
#AED7EC (or 0xAED7EC) is known color: Light Blue. HEX triplet: AE, D7 and EC. RGB value is (174,215,236). Sum of RGB (Red+Green+Blue) = 174+215+236=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #AED7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED7EC is #512813. Grayscale: #CDCDCD. Windows color (decimal): -5318676 or 15521710. OLE color: 15521710.
HSL color Cylindrical-coordinate representation of color #AED7EC: hue angle of 200.32º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AED7EC is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 215 | 236 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.07 |
| HSL | 200.32º | 0.62% | 0.8% | - |
| HSV(B) | 200.32º | 0.26% | 0.93% | - |
| XYZ | 56.9 | 63.66 | 88.64 | - |
| YUV | 205.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 215 | 236 | 0.26 | 0.09 | 0 | 0.07 | 200.32 | 0.62 | 0.8 |
| Hex | AE | D7 | EC | 1A | 9 | 0 | 7 | C8 | 3E | 50 |
| Octal | 256 | 327 | 354 | 32 | 11 | 0 | 7 | 310 | 76 | 120 |
| Binary | 10101110 | 11010111 | 11101100 | 11010 | 1001 | 0 | 111 | 11001000 | 111110 | 1010000 |
Color Harmonies of #AED7EC
Complementary color
Monochromatic Colors of #AED7EC
Black with #AED7EC
Text Example
Text Example
White with #AED7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED7EC; }
p { color: rgb(174,215,236); }
H1.HeaderClassName
{
color: #AED7EC;
}
.AnyTagClassName
{
color: #AED7EC;
}
</style>
background-color css
<style>
a { background-color: #AED7EC; }
a { background-color: rgb(174,215,236); }
div.DivClassName
{
background-color: #AED7EC;
}
.BgClassName
{
background-color: #AED7EC;
}
</style>
border-color css
<style>
span { border-color: #AED7EC; }
span { border-color: rgb(174,215,236); }
td.TdClassName
{
border-color: #AED7EC;
}
.TagClassName
{
border-color: #AED7EC;
}
</style>