Shades of Perano #AEC1FF
Tints of Perano #AEC1FF
RGB
CMYK
RGB Variations
Color information
#AEC1FF (or 0xAEC1FF) is known color: Perano. HEX triplet: AE, C1 and FF. RGB value is (174,193,255). Sum of RGB (Red+Green+Blue) = 174+193+255=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEC1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC1FF is #513E00. Grayscale: #C2C2C2. Windows color (decimal): -5324289 or 16761262. OLE color: 16761262.
HSL color Cylindrical-coordinate representation of color #AEC1FF: hue angle of 225.93º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEC1FF is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 193 | 255 | - |
| CMYK | 0.32 | 0.24 | 0 | 0 |
| HSL | 225.93º | 1% | 0.84% | - |
| HSV(B) | 225.93º | 0.32% | 1% | - |
| XYZ | 54.58 | 54.36 | 102.22 | - |
| YUV | 194.39 | 162.21 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 255 | 0.32 | 0.24 | 0 | 0 | 225.93 | 1 | 0.84 |
| Hex | AE | C1 | FF | 20 | 18 | 0 | 0 | E2 | 64 | 54 |
| Octal | 256 | 301 | 377 | 40 | 30 | 0 | 0 | 342 | 144 | 124 |
| Binary | 10101110 | 11000001 | 11111111 | 100000 | 11000 | 0 | 0 | 11100010 | 1100100 | 1010100 |
Color Harmonies of #AEC1FF
Complementary color
Monochromatic Colors of #AEC1FF
Black with #AEC1FF
Text Example
Text Example
White with #AEC1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC1FF; }
p { color: rgb(174,193,255); }
H1.HeaderClassName
{
color: #AEC1FF;
}
.AnyTagClassName
{
color: #AEC1FF;
}
</style>
background-color css
<style>
a { background-color: #AEC1FF; }
a { background-color: rgb(174,193,255); }
div.DivClassName
{
background-color: #AEC1FF;
}
.BgClassName
{
background-color: #AEC1FF;
}
</style>
border-color css
<style>
span { border-color: #AEC1FF; }
span { border-color: rgb(174,193,255); }
td.TdClassName
{
border-color: #AEC1FF;
}
.TagClassName
{
border-color: #AEC1FF;
}
</style>