Shades of Perano #AEC0EF
Tints of Perano #AEC0EF
RGB
CMYK
RGB Variations
Color information
#AEC0EF (or 0xAEC0EF) is known color: Perano. HEX triplet: AE, C0 and EF. RGB value is (174,192,239). Sum of RGB (Red+Green+Blue) = 174+192+239=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #AEC0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC0EF is #513F10. Grayscale: #BFBFBF. Windows color (decimal): -5324561 or 15712430. OLE color: 15712430.
HSL color Cylindrical-coordinate representation of color #AEC0EF: hue angle of 223.38º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEC0EF is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 192 | 239 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.06 |
| HSL | 223.38º | 0.67% | 0.81% | - |
| HSV(B) | 223.38º | 0.27% | 0.94% | - |
| XYZ | 51.89 | 52.93 | 89.14 | - |
| YUV | 191.98 | 154.54 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 192 | 239 | 0.27 | 0.20 | 0 | 0.06 | 223.38 | 0.67 | 0.81 |
| Hex | AE | C0 | EF | 1B | 14 | 0 | 6 | DF | 43 | 51 |
| Octal | 256 | 300 | 357 | 33 | 24 | 0 | 6 | 337 | 103 | 121 |
| Binary | 10101110 | 11000000 | 11101111 | 11011 | 10100 | 0 | 110 | 11011111 | 1000011 | 1010001 |
Color Harmonies of #AEC0EF
Complementary color
Monochromatic Colors of #AEC0EF
Black with #AEC0EF
Text Example
Text Example
White with #AEC0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC0EF; }
p { color: rgb(174,192,239); }
H1.HeaderClassName
{
color: #AEC0EF;
}
.AnyTagClassName
{
color: #AEC0EF;
}
</style>
background-color css
<style>
a { background-color: #AEC0EF; }
a { background-color: rgb(174,192,239); }
div.DivClassName
{
background-color: #AEC0EF;
}
.BgClassName
{
background-color: #AEC0EF;
}
</style>
border-color css
<style>
span { border-color: #AEC0EF; }
span { border-color: rgb(174,192,239); }
td.TdClassName
{
border-color: #AEC0EF;
}
.TagClassName
{
border-color: #AEC0EF;
}
</style>