Shades of Light Blue #AEDEEC
Tints of Light Blue #AEDEEC
RGB
CMYK
RGB Variations
Color information
#AEDEEC (or 0xAEDEEC) is known color: Light Blue. HEX triplet: AE, DE and EC. RGB value is (174,222,236). Sum of RGB (Red+Green+Blue) = 174+222+236=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEDEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEEC is #512113. Grayscale: #D1D1D1. Windows color (decimal): -5316884 or 15523502. OLE color: 15523502.
HSL color Cylindrical-coordinate representation of color #AEDEEC: hue angle of 193.55º 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 #AEDEEC is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 222 | 236 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.07 |
| HSL | 193.55º | 0.62% | 0.8% | - |
| HSV(B) | 193.55º | 0.26% | 0.93% | - |
| XYZ | 58.72 | 67.3 | 89.25 | - |
| YUV | 209.24 | 143.1 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 236 | 0.26 | 0.06 | 0 | 0.07 | 193.55 | 0.62 | 0.8 |
| Hex | AE | DE | EC | 1A | 6 | 0 | 7 | C2 | 3E | 50 |
| Octal | 256 | 336 | 354 | 32 | 6 | 0 | 7 | 302 | 76 | 120 |
| Binary | 10101110 | 11011110 | 11101100 | 11010 | 110 | 0 | 111 | 11000010 | 111110 | 1010000 |
Color Harmonies of #AEDEEC
Complementary color
Monochromatic Colors of #AEDEEC
Black with #AEDEEC
Text Example
Text Example
White with #AEDEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDEEC; }
p { color: rgb(174,222,236); }
H1.HeaderClassName
{
color: #AEDEEC;
}
.AnyTagClassName
{
color: #AEDEEC;
}
</style>
background-color css
<style>
a { background-color: #AEDEEC; }
a { background-color: rgb(174,222,236); }
div.DivClassName
{
background-color: #AEDEEC;
}
.BgClassName
{
background-color: #AEDEEC;
}
</style>
border-color css
<style>
span { border-color: #AEDEEC; }
span { border-color: rgb(174,222,236); }
td.TdClassName
{
border-color: #AEDEEC;
}
.TagClassName
{
border-color: #AEDEEC;
}
</style>