Shades of Perano #AEBFF9
Tints of Perano #AEBFF9
RGB
CMYK
RGB Variations
Color information
#AEBFF9 (or 0xAEBFF9) is known color: Perano. HEX triplet: AE, BF and F9. RGB value is (174,191,249). Sum of RGB (Red+Green+Blue) = 174+191+249=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #AEBFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBFF9 is #514006. Grayscale: #C0C0C0. Windows color (decimal): -5324807 or 16367534. OLE color: 16367534.
HSL color Cylindrical-coordinate representation of color #AEBFF9: hue angle of 226.4º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEBFF9 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 191 | 249 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.02 |
| HSL | 226.4º | 0.86% | 0.83% | - |
| HSV(B) | 226.4º | 0.3% | 0.98% | - |
| XYZ | 53.19 | 53.1 | 97.07 | - |
| YUV | 192.53 | 159.87 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 191 | 249 | 0.30 | 0.23 | 0 | 0.02 | 226.4 | 0.86 | 0.83 |
| Hex | AE | BF | F9 | 1E | 17 | 0 | 2 | E2 | 56 | 53 |
| Octal | 256 | 277 | 371 | 36 | 27 | 0 | 2 | 342 | 126 | 123 |
| Binary | 10101110 | 10111111 | 11111001 | 11110 | 10111 | 0 | 10 | 11100010 | 1010110 | 1010011 |
Color Harmonies of #AEBFF9
Complementary color
Monochromatic Colors of #AEBFF9
Black with #AEBFF9
Text Example
Text Example
White with #AEBFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBFF9; }
p { color: rgb(174,191,249); }
H1.HeaderClassName
{
color: #AEBFF9;
}
.AnyTagClassName
{
color: #AEBFF9;
}
</style>
background-color css
<style>
a { background-color: #AEBFF9; }
a { background-color: rgb(174,191,249); }
div.DivClassName
{
background-color: #AEBFF9;
}
.BgClassName
{
background-color: #AEBFF9;
}
</style>
border-color css
<style>
span { border-color: #AEBFF9; }
span { border-color: rgb(174,191,249); }
td.TdClassName
{
border-color: #AEBFF9;
}
.TagClassName
{
border-color: #AEBFF9;
}
</style>