Shades of Light Blue #AEDCE8
Tints of Light Blue #AEDCE8
RGB
CMYK
RGB Variations
Color information
#AEDCE8 (or 0xAEDCE8) is known color: Light Blue. HEX triplet: AE, DC and E8. RGB value is (174,220,232). Sum of RGB (Red+Green+Blue) = 174+220+232=626 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.80% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #AEDCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCE8 is #512317. Grayscale: #CFCFCF. Windows color (decimal): -5317400 or 15260846. OLE color: 15260846.
HSL color Cylindrical-coordinate representation of color #AEDCE8: hue angle of 192.41º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEDCE8 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 220 | 232 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.09 |
| HSL | 192.41º | 0.56% | 0.8% | - |
| HSV(B) | 192.41º | 0.25% | 0.91% | - |
| XYZ | 57.61 | 66.01 | 86.05 | - |
| YUV | 207.61 | 141.76 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 232 | 0.25 | 0.05 | 0 | 0.09 | 192.41 | 0.56 | 0.8 |
| Hex | AE | DC | E8 | 19 | 5 | 0 | 9 | C0 | 38 | 50 |
| Octal | 256 | 334 | 350 | 31 | 5 | 0 | 11 | 300 | 70 | 120 |
| Binary | 10101110 | 11011100 | 11101000 | 11001 | 101 | 0 | 1001 | 11000000 | 111000 | 1010000 |
Color Harmonies of #AEDCE8
Complementary color
Monochromatic Colors of #AEDCE8
Black with #AEDCE8
Text Example
Text Example
White with #AEDCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCE8; }
p { color: rgb(174,220,232); }
H1.HeaderClassName
{
color: #AEDCE8;
}
.AnyTagClassName
{
color: #AEDCE8;
}
</style>
background-color css
<style>
a { background-color: #AEDCE8; }
a { background-color: rgb(174,220,232); }
div.DivClassName
{
background-color: #AEDCE8;
}
.BgClassName
{
background-color: #AEDCE8;
}
</style>
border-color css
<style>
span { border-color: #AEDCE8; }
span { border-color: rgb(174,220,232); }
td.TdClassName
{
border-color: #AEDCE8;
}
.TagClassName
{
border-color: #AEDCE8;
}
</style>