Shades of Perano #9FAAEA
Tints of Perano #9FAAEA
RGB
CMYK
RGB Variations
Color information
#9FAAEA (or 0x9FAAEA) is known color: Perano. HEX triplet: 9F, AA and EA. RGB value is (159,170,234). Sum of RGB (Red+Green+Blue) = 159+170+234=563 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.24% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FAAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAAEA is #605515. Grayscale: #ADADAD. Windows color (decimal): -6313238 or 15379103. OLE color: 15379103.
HSL color Cylindrical-coordinate representation of color #9FAAEA: hue angle of 231.2º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FAAEA is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 170 | 234 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.08 |
| HSL | 231.2º | 0.64% | 0.77% | - |
| HSV(B) | 231.2º | 0.32% | 0.92% | - |
| XYZ | 43.52 | 42.06 | 83.67 | - |
| YUV | 174.01 | 161.86 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 234 | 0.32 | 0.27 | 0 | 0.08 | 231.2 | 0.64 | 0.77 |
| Hex | 9F | AA | EA | 20 | 1B | 0 | 8 | E7 | 40 | 4D |
| Octal | 237 | 252 | 352 | 40 | 33 | 0 | 10 | 347 | 100 | 115 |
| Binary | 10011111 | 10101010 | 11101010 | 100000 | 11011 | 0 | 1000 | 11100111 | 1000000 | 1001101 |
Color Harmonies of #9FAAEA
Complementary color
Monochromatic Colors of #9FAAEA
Black with #9FAAEA
Text Example
Text Example
White with #9FAAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAAEA; }
p { color: rgb(159,170,234); }
H1.HeaderClassName
{
color: #9FAAEA;
}
.AnyTagClassName
{
color: #9FAAEA;
}
</style>
background-color css
<style>
a { background-color: #9FAAEA; }
a { background-color: rgb(159,170,234); }
div.DivClassName
{
background-color: #9FAAEA;
}
.BgClassName
{
background-color: #9FAAEA;
}
</style>
border-color css
<style>
span { border-color: #9FAAEA; }
span { border-color: rgb(159,170,234); }
td.TdClassName
{
border-color: #9FAAEA;
}
.TagClassName
{
border-color: #9FAAEA;
}
</style>