Shades of Perano #9AABEB
Tints of Perano #9AABEB
RGB
CMYK
RGB Variations
Color information
#9AABEB (or 0x9AABEB) is known color: Perano. HEX triplet: 9A, AB and EB. RGB value is (154,171,235). Sum of RGB (Red+Green+Blue) = 154+171+235=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #9AABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AABEB is #655414. Grayscale: #ACACAC. Windows color (decimal): -6640661 or 15444890. OLE color: 15444890.
HSL color Cylindrical-coordinate representation of color #9AABEB: hue angle of 227.41º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AABEB is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 171 | 235 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.08 |
| HSL | 227.41º | 0.67% | 0.76% | - |
| HSV(B) | 227.41º | 0.34% | 0.92% | - |
| XYZ | 42.88 | 41.99 | 84.44 | - |
| YUV | 173.21 | 162.87 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 171 | 235 | 0.34 | 0.27 | 0 | 0.08 | 227.41 | 0.67 | 0.76 |
| Hex | 9A | AB | EB | 22 | 1B | 0 | 8 | E3 | 43 | 4C |
| Octal | 232 | 253 | 353 | 42 | 33 | 0 | 10 | 343 | 103 | 114 |
| Binary | 10011010 | 10101011 | 11101011 | 100010 | 11011 | 0 | 1000 | 11100011 | 1000011 | 1001100 |
Color Harmonies of #9AABEB
Complementary color
Monochromatic Colors of #9AABEB
Black with #9AABEB
Text Example
Text Example
White with #9AABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AABEB; }
p { color: rgb(154,171,235); }
H1.HeaderClassName
{
color: #9AABEB;
}
.AnyTagClassName
{
color: #9AABEB;
}
</style>
background-color css
<style>
a { background-color: #9AABEB; }
a { background-color: rgb(154,171,235); }
div.DivClassName
{
background-color: #9AABEB;
}
.BgClassName
{
background-color: #9AABEB;
}
</style>
border-color css
<style>
span { border-color: #9AABEB; }
span { border-color: rgb(154,171,235); }
td.TdClassName
{
border-color: #9AABEB;
}
.TagClassName
{
border-color: #9AABEB;
}
</style>