Shades of Perano #9FAEFF
Tints of Perano #9FAEFF
RGB
CMYK
RGB Variations
Color information
#9FAEFF (or 0x9FAEFF) is known color: Perano. HEX triplet: 9F, AE and FF. RGB value is (159,174,255). Sum of RGB (Red+Green+Blue) = 159+174+255=588 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.04% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FAEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAEFF is #605100. Grayscale: #B2B2B2. Windows color (decimal): -6312193 or 16756383. OLE color: 16756383.
HSL color Cylindrical-coordinate representation of color #9FAEFF: hue angle of 230.62º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FAEFF is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 174 | 255 | - |
| CMYK | 0.38 | 0.32 | 0 | 0 |
| HSL | 230.63º | 1% | 0.81% | - |
| HSV(B) | 230.63º | 0.38% | 1% | - |
| XYZ | 47.48 | 44.86 | 100.76 | - |
| YUV | 178.75 | 171.03 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 174 | 255 | 0.38 | 0.32 | 0 | 0 | 230.63 | 1 | 0.81 |
| Hex | 9F | AE | FF | 26 | 20 | 0 | 0 | E7 | 64 | 51 |
| Octal | 237 | 256 | 377 | 46 | 40 | 0 | 0 | 347 | 144 | 121 |
| Binary | 10011111 | 10101110 | 11111111 | 100110 | 100000 | 0 | 0 | 11100111 | 1100100 | 1010001 |
Color Harmonies of #9FAEFF
Complementary color
Monochromatic Colors of #9FAEFF
Black with #9FAEFF
Text Example
Text Example
White with #9FAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAEFF; }
p { color: rgb(159,174,255); }
H1.HeaderClassName
{
color: #9FAEFF;
}
.AnyTagClassName
{
color: #9FAEFF;
}
</style>
background-color css
<style>
a { background-color: #9FAEFF; }
a { background-color: rgb(159,174,255); }
div.DivClassName
{
background-color: #9FAEFF;
}
.BgClassName
{
background-color: #9FAEFF;
}
</style>
border-color css
<style>
span { border-color: #9FAEFF; }
span { border-color: rgb(159,174,255); }
td.TdClassName
{
border-color: #9FAEFF;
}
.TagClassName
{
border-color: #9FAEFF;
}
</style>