Shades of Light Blue #AED8EA
Tints of Light Blue #AED8EA
RGB
CMYK
RGB Variations
Color information
#AED8EA (or 0xAED8EA) is known color: Light Blue. HEX triplet: AE, D8 and EA. RGB value is (174,216,234). Sum of RGB (Red+Green+Blue) = 174+216+234=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 216 (84.77% from 255 or 34.62% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #AED8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED8EA is #512715. Grayscale: #CDCDCD. Windows color (decimal): -5318422 or 15390894. OLE color: 15390894.
HSL color Cylindrical-coordinate representation of color #AED8EA: hue angle of 198º 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 #AED8EA is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 216 | 234 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.08 |
| HSL | 198º | 0.59% | 0.8% | - |
| HSV(B) | 198º | 0.26% | 0.92% | - |
| XYZ | 56.86 | 64.05 | 87.21 | - |
| YUV | 205.49 | 144.09 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 216 | 234 | 0.26 | 0.08 | 0 | 0.08 | 198 | 0.59 | 0.8 |
| Hex | AE | D8 | EA | 1A | 8 | 0 | 8 | C6 | 3B | 50 |
| Octal | 256 | 330 | 352 | 32 | 10 | 0 | 10 | 306 | 73 | 120 |
| Binary | 10101110 | 11011000 | 11101010 | 11010 | 1000 | 0 | 1000 | 11000110 | 111011 | 1010000 |
Color Harmonies of #AED8EA
Complementary color
Monochromatic Colors of #AED8EA
Black with #AED8EA
Text Example
Text Example
White with #AED8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED8EA; }
p { color: rgb(174,216,234); }
H1.HeaderClassName
{
color: #AED8EA;
}
.AnyTagClassName
{
color: #AED8EA;
}
</style>
background-color css
<style>
a { background-color: #AED8EA; }
a { background-color: rgb(174,216,234); }
div.DivClassName
{
background-color: #AED8EA;
}
.BgClassName
{
background-color: #AED8EA;
}
</style>
border-color css
<style>
span { border-color: #AED8EA; }
span { border-color: rgb(174,216,234); }
td.TdClassName
{
border-color: #AED8EA;
}
.TagClassName
{
border-color: #AED8EA;
}
</style>