Shades of Light Blue #AED6ED
Tints of Light Blue #AED6ED
RGB
CMYK
RGB Variations
Color information
#AED6ED (or 0xAED6ED) is known color: Light Blue. HEX triplet: AE, D6 and ED. RGB value is (174,214,237). Sum of RGB (Red+Green+Blue) = 174+214+237=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #AED6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED6ED is #512912. Grayscale: #CCCCCC. Windows color (decimal): -5318931 or 15586990. OLE color: 15586990.
HSL color Cylindrical-coordinate representation of color #AED6ED: hue angle of 201.9º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AED6ED is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 214 | 237 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.07 |
| HSL | 201.9º | 0.64% | 0.81% | - |
| HSV(B) | 201.9º | 0.27% | 0.93% | - |
| XYZ | 56.79 | 63.21 | 89.33 | - |
| YUV | 204.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 237 | 0.27 | 0.10 | 0 | 0.07 | 201.9 | 0.64 | 0.81 |
| Hex | AE | D6 | ED | 1B | A | 0 | 7 | CA | 40 | 51 |
| Octal | 256 | 326 | 355 | 33 | 12 | 0 | 7 | 312 | 100 | 121 |
| Binary | 10101110 | 11010110 | 11101101 | 11011 | 1010 | 0 | 111 | 11001010 | 1000000 | 1010001 |
Color Harmonies of #AED6ED
Complementary color
Monochromatic Colors of #AED6ED
Black with #AED6ED
Text Example
Text Example
White with #AED6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED6ED; }
p { color: rgb(174,214,237); }
H1.HeaderClassName
{
color: #AED6ED;
}
.AnyTagClassName
{
color: #AED6ED;
}
</style>
background-color css
<style>
a { background-color: #AED6ED; }
a { background-color: rgb(174,214,237); }
div.DivClassName
{
background-color: #AED6ED;
}
.BgClassName
{
background-color: #AED6ED;
}
</style>
border-color css
<style>
span { border-color: #AED6ED; }
span { border-color: rgb(174,214,237); }
td.TdClassName
{
border-color: #AED6ED;
}
.TagClassName
{
border-color: #AED6ED;
}
</style>