Shades of Light Blue #AED9EC
Tints of Light Blue #AED9EC
RGB
CMYK
RGB Variations
Color information
#AED9EC (or 0xAED9EC) is known color: Light Blue. HEX triplet: AE, D9 and EC. RGB value is (174,217,236). Sum of RGB (Red+Green+Blue) = 174+217+236=627 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.75% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #AED9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED9EC is #512613. Grayscale: #CECECE. Windows color (decimal): -5318164 or 15522222. OLE color: 15522222.
HSL color Cylindrical-coordinate representation of color #AED9EC: hue angle of 198.39º 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 #AED9EC is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 217 | 236 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.07 |
| HSL | 198.39º | 0.62% | 0.8% | - |
| HSV(B) | 198.39º | 0.26% | 0.93% | - |
| XYZ | 57.41 | 64.68 | 88.82 | - |
| YUV | 206.31 | 144.75 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 217 | 236 | 0.26 | 0.08 | 0 | 0.07 | 198.39 | 0.62 | 0.8 |
| Hex | AE | D9 | EC | 1A | 8 | 0 | 7 | C6 | 3E | 50 |
| Octal | 256 | 331 | 354 | 32 | 10 | 0 | 7 | 306 | 76 | 120 |
| Binary | 10101110 | 11011001 | 11101100 | 11010 | 1000 | 0 | 111 | 11000110 | 111110 | 1010000 |
Color Harmonies of #AED9EC
Complementary color
Monochromatic Colors of #AED9EC
Black with #AED9EC
Text Example
Text Example
White with #AED9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED9EC; }
p { color: rgb(174,217,236); }
H1.HeaderClassName
{
color: #AED9EC;
}
.AnyTagClassName
{
color: #AED9EC;
}
</style>
background-color css
<style>
a { background-color: #AED9EC; }
a { background-color: rgb(174,217,236); }
div.DivClassName
{
background-color: #AED9EC;
}
.BgClassName
{
background-color: #AED9EC;
}
</style>
border-color css
<style>
span { border-color: #AED9EC; }
span { border-color: rgb(174,217,236); }
td.TdClassName
{
border-color: #AED9EC;
}
.TagClassName
{
border-color: #AED9EC;
}
</style>