Shades of Perano #9FAEFC
Tints of Perano #9FAEFC
RGB
CMYK
RGB Variations
Color information
#9FAEFC (or 0x9FAEFC) is known color: Perano. HEX triplet: 9F, AE and FC. RGB value is (159,174,252). Sum of RGB (Red+Green+Blue) = 159+174+252=585 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.18% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #9FAEFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAEFC is #605103. Grayscale: #B2B2B2. Windows color (decimal): -6312196 or 16559775. OLE color: 16559775.
HSL color Cylindrical-coordinate representation of color #9FAEFC: hue angle of 230.32º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FAEFC is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 174 | 252 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.01 |
| HSL | 230.32º | 0.94% | 0.81% | - |
| HSV(B) | 230.32º | 0.37% | 0.99% | - |
| XYZ | 47 | 44.67 | 98.24 | - |
| YUV | 178.41 | 169.53 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 174 | 252 | 0.37 | 0.31 | 0 | 0.01 | 230.32 | 0.94 | 0.81 |
| Hex | 9F | AE | FC | 25 | 1F | 0 | 1 | E6 | 5E | 51 |
| Octal | 237 | 256 | 374 | 45 | 37 | 0 | 1 | 346 | 136 | 121 |
| Binary | 10011111 | 10101110 | 11111100 | 100101 | 11111 | 0 | 1 | 11100110 | 1011110 | 1010001 |
Color Harmonies of #9FAEFC
Complementary color
Monochromatic Colors of #9FAEFC
Black with #9FAEFC
Text Example
Text Example
White with #9FAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAEFC; }
p { color: rgb(159,174,252); }
H1.HeaderClassName
{
color: #9FAEFC;
}
.AnyTagClassName
{
color: #9FAEFC;
}
</style>
background-color css
<style>
a { background-color: #9FAEFC; }
a { background-color: rgb(159,174,252); }
div.DivClassName
{
background-color: #9FAEFC;
}
.BgClassName
{
background-color: #9FAEFC;
}
</style>
border-color css
<style>
span { border-color: #9FAEFC; }
span { border-color: rgb(159,174,252); }
td.TdClassName
{
border-color: #9FAEFC;
}
.TagClassName
{
border-color: #9FAEFC;
}
</style>