Shades of Perano #9FAAFD
Tints of Perano #9FAAFD
RGB
CMYK
RGB Variations
Color information
#9FAAFD (or 0x9FAAFD) is known color: Perano. HEX triplet: 9F, AA and FD. RGB value is (159,170,253). Sum of RGB (Red+Green+Blue) = 159+170+253=582 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.32% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #9FAAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAAFD is #605502. Grayscale: #AFAFAF. Windows color (decimal): -6313219 or 16624287. OLE color: 16624287.
HSL color Cylindrical-coordinate representation of color #9FAAFD: hue angle of 232.98º degrees, saturation: 0.96, 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 #9FAAFD is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 170 | 253 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.01 |
| HSL | 232.98º | 0.96% | 0.81% | - |
| HSV(B) | 232.98º | 0.37% | 0.99% | - |
| XYZ | 46.4 | 43.21 | 98.82 | - |
| YUV | 176.17 | 171.36 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 253 | 0.37 | 0.33 | 0 | 0.01 | 232.98 | 0.96 | 0.81 |
| Hex | 9F | AA | FD | 25 | 21 | 0 | 1 | E9 | 60 | 51 |
| Octal | 237 | 252 | 375 | 45 | 41 | 0 | 1 | 351 | 140 | 121 |
| Binary | 10011111 | 10101010 | 11111101 | 100101 | 100001 | 0 | 1 | 11101001 | 1100000 | 1010001 |
Color Harmonies of #9FAAFD
Complementary color
Monochromatic Colors of #9FAAFD
Black with #9FAAFD
Text Example
Text Example
White with #9FAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAAFD; }
p { color: rgb(159,170,253); }
H1.HeaderClassName
{
color: #9FAAFD;
}
.AnyTagClassName
{
color: #9FAAFD;
}
</style>
background-color css
<style>
a { background-color: #9FAAFD; }
a { background-color: rgb(159,170,253); }
div.DivClassName
{
background-color: #9FAAFD;
}
.BgClassName
{
background-color: #9FAAFD;
}
</style>
border-color css
<style>
span { border-color: #9FAAFD; }
span { border-color: rgb(159,170,253); }
td.TdClassName
{
border-color: #9FAAFD;
}
.TagClassName
{
border-color: #9FAAFD;
}
</style>