Shades of Light Blue #AEDCE6
Tints of Light Blue #AEDCE6
RGB
CMYK
RGB Variations
Color information
#AEDCE6 (or 0xAEDCE6) is known color: Light Blue. HEX triplet: AE, DC and E6. RGB value is (174,220,230). Sum of RGB (Red+Green+Blue) = 174+220+230=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 230 - color contains mainly: blue. Hex color #AEDCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCE6 is #512319. Grayscale: #CFCFCF. Windows color (decimal): -5317402 or 15129774. OLE color: 15129774.
HSL color Cylindrical-coordinate representation of color #AEDCE6: hue angle of 190.71º degrees, saturation: 0.53, 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 #AEDCE6 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 220 | 230 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.10 |
| HSL | 190.71º | 0.53% | 0.79% | - |
| HSV(B) | 190.71º | 0.24% | 0.9% | - |
| XYZ | 57.33 | 65.9 | 84.56 | - |
| YUV | 207.39 | 140.76 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 230 | 0.24 | 0.04 | 0 | 0.10 | 190.71 | 0.53 | 0.79 |
| Hex | AE | DC | E6 | 18 | 4 | 0 | A | BF | 35 | 4F |
| Octal | 256 | 334 | 346 | 30 | 4 | 0 | 12 | 277 | 65 | 117 |
| Binary | 10101110 | 11011100 | 11100110 | 11000 | 100 | 0 | 1010 | 10111111 | 110101 | 1001111 |
Color Harmonies of #AEDCE6
Complementary color
Monochromatic Colors of #AEDCE6
Black with #AEDCE6
Text Example
Text Example
White with #AEDCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCE6; }
p { color: rgb(174,220,230); }
H1.HeaderClassName
{
color: #AEDCE6;
}
.AnyTagClassName
{
color: #AEDCE6;
}
</style>
background-color css
<style>
a { background-color: #AEDCE6; }
a { background-color: rgb(174,220,230); }
div.DivClassName
{
background-color: #AEDCE6;
}
.BgClassName
{
background-color: #AEDCE6;
}
</style>
border-color css
<style>
span { border-color: #AEDCE6; }
span { border-color: rgb(174,220,230); }
td.TdClassName
{
border-color: #AEDCE6;
}
.TagClassName
{
border-color: #AEDCE6;
}
</style>