Shades of Light Blue #AED9EA
Tints of Light Blue #AED9EA
RGB
CMYK
RGB Variations
Color information
#AED9EA (or 0xAED9EA) is known color: Light Blue. HEX triplet: AE, D9 and EA. RGB value is (174,217,234). Sum of RGB (Red+Green+Blue) = 174+217+234=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #AED9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED9EA is #512615. Grayscale: #CDCDCD. Windows color (decimal): -5318166 or 15391150. OLE color: 15391150.
HSL color Cylindrical-coordinate representation of color #AED9EA: hue angle of 197º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AED9EA is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 217 | 234 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.08 |
| HSL | 197º | 0.59% | 0.8% | - |
| HSV(B) | 197º | 0.26% | 0.92% | - |
| XYZ | 57.12 | 64.56 | 87.29 | - |
| YUV | 206.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 217 | 234 | 0.26 | 0.07 | 0 | 0.08 | 197 | 0.59 | 0.8 |
| Hex | AE | D9 | EA | 1A | 7 | 0 | 8 | C5 | 3B | 50 |
| Octal | 256 | 331 | 352 | 32 | 7 | 0 | 10 | 305 | 73 | 120 |
| Binary | 10101110 | 11011001 | 11101010 | 11010 | 111 | 0 | 1000 | 11000101 | 111011 | 1010000 |
Color Harmonies of #AED9EA
Complementary color
Monochromatic Colors of #AED9EA
Black with #AED9EA
Text Example
Text Example
White with #AED9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED9EA; }
p { color: rgb(174,217,234); }
H1.HeaderClassName
{
color: #AED9EA;
}
.AnyTagClassName
{
color: #AED9EA;
}
</style>
background-color css
<style>
a { background-color: #AED9EA; }
a { background-color: rgb(174,217,234); }
div.DivClassName
{
background-color: #AED9EA;
}
.BgClassName
{
background-color: #AED9EA;
}
</style>
border-color css
<style>
span { border-color: #AED9EA; }
span { border-color: rgb(174,217,234); }
td.TdClassName
{
border-color: #AED9EA;
}
.TagClassName
{
border-color: #AED9EA;
}
</style>