Shades of Perano #AEC1F0
Tints of Perano #AEC1F0
RGB
CMYK
RGB Variations
Color information
#AEC1F0 (or 0xAEC1F0) is known color: Perano. HEX triplet: AE, C1 and F0. RGB value is (174,193,240). Sum of RGB (Red+Green+Blue) = 174+193+240=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEC1F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC1F0 is #513E0F. Grayscale: #C0C0C0. Windows color (decimal): -5324304 or 15778222. OLE color: 15778222.
HSL color Cylindrical-coordinate representation of color #AEC1F0: hue angle of 222.73º degrees, saturation: 0.69, 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 #AEC1F0 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 193 | 240 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.06 |
| HSL | 222.73º | 0.69% | 0.81% | - |
| HSV(B) | 222.73º | 0.28% | 0.94% | - |
| XYZ | 52.25 | 53.43 | 90 | - |
| YUV | 192.68 | 154.71 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 240 | 0.28 | 0.20 | 0 | 0.06 | 222.73 | 0.69 | 0.81 |
| Hex | AE | C1 | F0 | 1C | 14 | 0 | 6 | DF | 45 | 51 |
| Octal | 256 | 301 | 360 | 34 | 24 | 0 | 6 | 337 | 105 | 121 |
| Binary | 10101110 | 11000001 | 11110000 | 11100 | 10100 | 0 | 110 | 11011111 | 1000101 | 1010001 |
Color Harmonies of #AEC1F0
Complementary color
Monochromatic Colors of #AEC1F0
Black with #AEC1F0
Text Example
Text Example
White with #AEC1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC1F0; }
p { color: rgb(174,193,240); }
H1.HeaderClassName
{
color: #AEC1F0;
}
.AnyTagClassName
{
color: #AEC1F0;
}
</style>
background-color css
<style>
a { background-color: #AEC1F0; }
a { background-color: rgb(174,193,240); }
div.DivClassName
{
background-color: #AEC1F0;
}
.BgClassName
{
background-color: #AEC1F0;
}
</style>
border-color css
<style>
span { border-color: #AEC1F0; }
span { border-color: rgb(174,193,240); }
td.TdClassName
{
border-color: #AEC1F0;
}
.TagClassName
{
border-color: #AEC1F0;
}
</style>