Shades of Light Blue #AEDCEA
Tints of Light Blue #AEDCEA
RGB
CMYK
RGB Variations
Color information
#AEDCEA (or 0xAEDCEA) is known color: Light Blue. HEX triplet: AE, DC and EA. RGB value is (174,220,234). Sum of RGB (Red+Green+Blue) = 174+220+234=628 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.71% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEDCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCEA is #512315. Grayscale: #CFCFCF. Windows color (decimal): -5317398 or 15391918. OLE color: 15391918.
HSL color Cylindrical-coordinate representation of color #AEDCEA: hue angle of 194º 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 #AEDCEA is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 220 | 234 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.08 |
| HSL | 194º | 0.59% | 0.8% | - |
| HSV(B) | 194º | 0.26% | 0.92% | - |
| XYZ | 57.9 | 66.13 | 87.55 | - |
| YUV | 207.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 234 | 0.26 | 0.06 | 0 | 0.08 | 194 | 0.59 | 0.8 |
| Hex | AE | DC | EA | 1A | 6 | 0 | 8 | C2 | 3B | 50 |
| Octal | 256 | 334 | 352 | 32 | 6 | 0 | 10 | 302 | 73 | 120 |
| Binary | 10101110 | 11011100 | 11101010 | 11010 | 110 | 0 | 1000 | 11000010 | 111011 | 1010000 |
Color Harmonies of #AEDCEA
Complementary color
Monochromatic Colors of #AEDCEA
Black with #AEDCEA
Text Example
Text Example
White with #AEDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCEA; }
p { color: rgb(174,220,234); }
H1.HeaderClassName
{
color: #AEDCEA;
}
.AnyTagClassName
{
color: #AEDCEA;
}
</style>
background-color css
<style>
a { background-color: #AEDCEA; }
a { background-color: rgb(174,220,234); }
div.DivClassName
{
background-color: #AEDCEA;
}
.BgClassName
{
background-color: #AEDCEA;
}
</style>
border-color css
<style>
span { border-color: #AEDCEA; }
span { border-color: rgb(174,220,234); }
td.TdClassName
{
border-color: #AEDCEA;
}
.TagClassName
{
border-color: #AEDCEA;
}
</style>