Shades of Light Blue #AED9E5
Tints of Light Blue #AED9E5
RGB
CMYK
RGB Variations
Color information
#AED9E5 (or 0xAED9E5) is known color: Light Blue. HEX triplet: AE, D9 and E5. RGB value is (174,217,229). Sum of RGB (Red+Green+Blue) = 174+217+229=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 229 - color contains mainly: blue. Hex color #AED9E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED9E5 is #51261A. Grayscale: #CDCDCD. Windows color (decimal): -5318171 or 15063470. OLE color: 15063470.
HSL color Cylindrical-coordinate representation of color #AED9E5: hue angle of 193.09º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AED9E5 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 217 | 229 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.10 |
| HSL | 193.09º | 0.51% | 0.79% | - |
| HSV(B) | 193.09º | 0.24% | 0.9% | - |
| XYZ | 56.41 | 64.28 | 83.56 | - |
| YUV | 205.51 | 141.25 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 217 | 229 | 0.24 | 0.05 | 0 | 0.10 | 193.09 | 0.51 | 0.79 |
| Hex | AE | D9 | E5 | 18 | 5 | 0 | A | C1 | 33 | 4F |
| Octal | 256 | 331 | 345 | 30 | 5 | 0 | 12 | 301 | 63 | 117 |
| Binary | 10101110 | 11011001 | 11100101 | 11000 | 101 | 0 | 1010 | 11000001 | 110011 | 1001111 |
Color Harmonies of #AED9E5
Complementary color
Monochromatic Colors of #AED9E5
Black with #AED9E5
Text Example
Text Example
White with #AED9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED9E5; }
p { color: rgb(174,217,229); }
H1.HeaderClassName
{
color: #AED9E5;
}
.AnyTagClassName
{
color: #AED9E5;
}
</style>
background-color css
<style>
a { background-color: #AED9E5; }
a { background-color: rgb(174,217,229); }
div.DivClassName
{
background-color: #AED9E5;
}
.BgClassName
{
background-color: #AED9E5;
}
</style>
border-color css
<style>
span { border-color: #AED9E5; }
span { border-color: rgb(174,217,229); }
td.TdClassName
{
border-color: #AED9E5;
}
.TagClassName
{
border-color: #AED9E5;
}
</style>