Shades of Light Blue #AEDDEC
Tints of Light Blue #AEDDEC
RGB
CMYK
RGB Variations
Color information
#AEDDEC (or 0xAEDDEC) is known color: Light Blue. HEX triplet: AE, DD and EC. RGB value is (174,221,236). Sum of RGB (Red+Green+Blue) = 174+221+236=631 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.58% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEDDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDEC is #512213. Grayscale: #D0D0D0. Windows color (decimal): -5317140 or 15523246. OLE color: 15523246.
HSL color Cylindrical-coordinate representation of color #AEDDEC: hue angle of 194.52º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEDDEC is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 221 | 236 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.07 |
| HSL | 194.52º | 0.62% | 0.8% | - |
| HSV(B) | 194.52º | 0.26% | 0.93% | - |
| XYZ | 58.45 | 66.77 | 89.16 | - |
| YUV | 208.66 | 143.43 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 236 | 0.26 | 0.06 | 0 | 0.07 | 194.52 | 0.62 | 0.8 |
| Hex | AE | DD | EC | 1A | 6 | 0 | 7 | C3 | 3E | 50 |
| Octal | 256 | 335 | 354 | 32 | 6 | 0 | 7 | 303 | 76 | 120 |
| Binary | 10101110 | 11011101 | 11101100 | 11010 | 110 | 0 | 111 | 11000011 | 111110 | 1010000 |
Color Harmonies of #AEDDEC
Complementary color
Monochromatic Colors of #AEDDEC
Black with #AEDDEC
Text Example
Text Example
White with #AEDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDEC; }
p { color: rgb(174,221,236); }
H1.HeaderClassName
{
color: #AEDDEC;
}
.AnyTagClassName
{
color: #AEDDEC;
}
</style>
background-color css
<style>
a { background-color: #AEDDEC; }
a { background-color: rgb(174,221,236); }
div.DivClassName
{
background-color: #AEDDEC;
}
.BgClassName
{
background-color: #AEDDEC;
}
</style>
border-color css
<style>
span { border-color: #AEDDEC; }
span { border-color: rgb(174,221,236); }
td.TdClassName
{
border-color: #AEDDEC;
}
.TagClassName
{
border-color: #AEDDEC;
}
</style>