Shades of Perano #AEB8E6
Tints of Perano #AEB8E6
RGB
CMYK
RGB Variations
Color information
#AEB8E6 (or 0xAEB8E6) is known color: Perano. HEX triplet: AE, B8 and E6. RGB value is (174,184,230). Sum of RGB (Red+Green+Blue) = 174+184+230=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 184 (72.27% from 255 or 31.29% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 230 - color contains mainly: blue. Hex color #AEB8E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB8E6 is #514719. Grayscale: #BABABA. Windows color (decimal): -5326618 or 15120558. OLE color: 15120558.
HSL color Cylindrical-coordinate representation of color #AEB8E6: hue angle of 229.29º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEB8E6 is Cyan = 0.24, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 184 | 230 | - |
| CMYK | 0.24 | 0.2 | 0 | 0.10 |
| HSL | 229.29º | 0.53% | 0.79% | - |
| HSV(B) | 229.29º | 0.24% | 0.9% | - |
| XYZ | 48.88 | 48.99 | 81.74 | - |
| YUV | 186.25 | 152.69 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 184 | 230 | 0.24 | 0.2 | 0 | 0.10 | 229.29 | 0.53 | 0.79 |
| Hex | AE | B8 | E6 | 18 | 14 | 0 | A | E5 | 35 | 4F |
| Octal | 256 | 270 | 346 | 30 | 24 | 0 | 12 | 345 | 65 | 117 |
| Binary | 10101110 | 10111000 | 11100110 | 11000 | 10100 | 0 | 1010 | 11100101 | 110101 | 1001111 |
Color Harmonies of #AEB8E6
Complementary color
Monochromatic Colors of #AEB8E6
Black with #AEB8E6
Text Example
Text Example
White with #AEB8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB8E6; }
p { color: rgb(174,184,230); }
H1.HeaderClassName
{
color: #AEB8E6;
}
.AnyTagClassName
{
color: #AEB8E6;
}
</style>
background-color css
<style>
a { background-color: #AEB8E6; }
a { background-color: rgb(174,184,230); }
div.DivClassName
{
background-color: #AEB8E6;
}
.BgClassName
{
background-color: #AEB8E6;
}
</style>
border-color css
<style>
span { border-color: #AEB8E6; }
span { border-color: rgb(174,184,230); }
td.TdClassName
{
border-color: #AEB8E6;
}
.TagClassName
{
border-color: #AEB8E6;
}
</style>