Shades of Perano #9AAAFE
Tints of Perano #9AAAFE
RGB
CMYK
RGB Variations
Color information
#9AAAFE (or 0x9AAAFE) is known color: Perano. HEX triplet: 9A, AA and FE. RGB value is (154,170,254). Sum of RGB (Red+Green+Blue) = 154+170+254=578 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.64% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #9AAAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AAAFE is #655501. Grayscale: #AEAEAE. Windows color (decimal): -6640898 or 16689818. OLE color: 16689818.
HSL color Cylindrical-coordinate representation of color #9AAAFE: hue angle of 230.4º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AAAFE is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 170 | 254 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.00 |
| HSL | 230.4º | 0.98% | 0.8% | - |
| HSV(B) | 230.4º | 0.39% | 1% | - |
| XYZ | 45.59 | 42.78 | 99.62 | - |
| YUV | 174.79 | 172.7 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 254 | 0.39 | 0.33 | 0 | 0.00 | 230.4 | 0.98 | 0.8 |
| Hex | 9A | AA | FE | 27 | 21 | 0 | 0 | E6 | 62 | 50 |
| Octal | 232 | 252 | 376 | 47 | 41 | 0 | 0 | 346 | 142 | 120 |
| Binary | 10011010 | 10101010 | 11111110 | 100111 | 100001 | 0 | 0 | 11100110 | 1100010 | 1010000 |
Color Harmonies of #9AAAFE
Complementary color
Monochromatic Colors of #9AAAFE
Black with #9AAAFE
Text Example
Text Example
White with #9AAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAAFE; }
p { color: rgb(154,170,254); }
H1.HeaderClassName
{
color: #9AAAFE;
}
.AnyTagClassName
{
color: #9AAAFE;
}
</style>
background-color css
<style>
a { background-color: #9AAAFE; }
a { background-color: rgb(154,170,254); }
div.DivClassName
{
background-color: #9AAAFE;
}
.BgClassName
{
background-color: #9AAAFE;
}
</style>
border-color css
<style>
span { border-color: #9AAAFE; }
span { border-color: rgb(154,170,254); }
td.TdClassName
{
border-color: #9AAAFE;
}
.TagClassName
{
border-color: #9AAAFE;
}
</style>