Shades of Perano #AEC1EC
Tints of Perano #AEC1EC
RGB
CMYK
RGB Variations
Color information
#AEC1EC (or 0xAEC1EC) is known color: Perano. HEX triplet: AE, C1 and EC. RGB value is (174,193,236). Sum of RGB (Red+Green+Blue) = 174+193+236=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEC1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC1EC is #513E13. Grayscale: #C0C0C0. Windows color (decimal): -5324308 or 15516078. OLE color: 15516078.
HSL color Cylindrical-coordinate representation of color #AEC1EC: hue angle of 221.61º 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 #AEC1EC is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 193 | 236 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.07 |
| HSL | 221.61º | 0.62% | 0.8% | - |
| HSV(B) | 221.61º | 0.26% | 0.93% | - |
| XYZ | 51.67 | 53.19 | 86.9 | - |
| YUV | 192.22 | 152.71 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 236 | 0.26 | 0.18 | 0 | 0.07 | 221.61 | 0.62 | 0.8 |
| Hex | AE | C1 | EC | 1A | 12 | 0 | 7 | DE | 3E | 50 |
| Octal | 256 | 301 | 354 | 32 | 22 | 0 | 7 | 336 | 76 | 120 |
| Binary | 10101110 | 11000001 | 11101100 | 11010 | 10010 | 0 | 111 | 11011110 | 111110 | 1010000 |
Color Harmonies of #AEC1EC
Complementary color
Monochromatic Colors of #AEC1EC
Black with #AEC1EC
Text Example
Text Example
White with #AEC1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC1EC; }
p { color: rgb(174,193,236); }
H1.HeaderClassName
{
color: #AEC1EC;
}
.AnyTagClassName
{
color: #AEC1EC;
}
</style>
background-color css
<style>
a { background-color: #AEC1EC; }
a { background-color: rgb(174,193,236); }
div.DivClassName
{
background-color: #AEC1EC;
}
.BgClassName
{
background-color: #AEC1EC;
}
</style>
border-color css
<style>
span { border-color: #AEC1EC; }
span { border-color: rgb(174,193,236); }
td.TdClassName
{
border-color: #AEC1EC;
}
.TagClassName
{
border-color: #AEC1EC;
}
</style>