Shades of Perano #AEC0EE
Tints of Perano #AEC0EE
RGB
CMYK
RGB Variations
Color information
#AEC0EE (or 0xAEC0EE) is known color: Perano. HEX triplet: AE, C0 and EE. RGB value is (174,192,238). Sum of RGB (Red+Green+Blue) = 174+192+238=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEC0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC0EE is #513F11. Grayscale: #BFBFBF. Windows color (decimal): -5324562 or 15646894. OLE color: 15646894.
HSL color Cylindrical-coordinate representation of color #AEC0EE: hue angle of 223.12º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEC0EE is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 192 | 238 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.07 |
| HSL | 223.13º | 0.65% | 0.81% | - |
| HSV(B) | 223.13º | 0.27% | 0.93% | - |
| XYZ | 51.74 | 52.87 | 88.37 | - |
| YUV | 191.86 | 154.04 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 192 | 238 | 0.27 | 0.19 | 0 | 0.07 | 223.13 | 0.65 | 0.81 |
| Hex | AE | C0 | EE | 1B | 13 | 0 | 7 | DF | 41 | 51 |
| Octal | 256 | 300 | 356 | 33 | 23 | 0 | 7 | 337 | 101 | 121 |
| Binary | 10101110 | 11000000 | 11101110 | 11011 | 10011 | 0 | 111 | 11011111 | 1000001 | 1010001 |
Color Harmonies of #AEC0EE
Complementary color
Monochromatic Colors of #AEC0EE
Black with #AEC0EE
Text Example
Text Example
White with #AEC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC0EE; }
p { color: rgb(174,192,238); }
H1.HeaderClassName
{
color: #AEC0EE;
}
.AnyTagClassName
{
color: #AEC0EE;
}
</style>
background-color css
<style>
a { background-color: #AEC0EE; }
a { background-color: rgb(174,192,238); }
div.DivClassName
{
background-color: #AEC0EE;
}
.BgClassName
{
background-color: #AEC0EE;
}
</style>
border-color css
<style>
span { border-color: #AEC0EE; }
span { border-color: rgb(174,192,238); }
td.TdClassName
{
border-color: #AEC0EE;
}
.TagClassName
{
border-color: #AEC0EE;
}
</style>