Shades of Perano #9FAFFF
Tints of Perano #9FAFFF
RGB
CMYK
RGB Variations
Color information
#9FAFFF (or 0x9FAFFF) is known color: Perano. HEX triplet: 9F, AF and FF. RGB value is (159,175,255). Sum of RGB (Red+Green+Blue) = 159+175+255=589 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.99% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FAFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAFFF is #605000. Grayscale: #B3B3B3. Windows color (decimal): -6311937 or 16756639. OLE color: 16756639.
HSL color Cylindrical-coordinate representation of color #9FAFFF: hue angle of 230º 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 #9FAFFF is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 175 | 255 | - |
| CMYK | 0.38 | 0.31 | 0 | 0 |
| HSL | 230º | 1% | 0.81% | - |
| HSV(B) | 230º | 0.38% | 1% | - |
| XYZ | 47.68 | 45.25 | 100.83 | - |
| YUV | 179.34 | 170.7 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 175 | 255 | 0.38 | 0.31 | 0 | 0 | 230 | 1 | 0.81 |
| Hex | 9F | AF | FF | 26 | 1F | 0 | 0 | E6 | 64 | 51 |
| Octal | 237 | 257 | 377 | 46 | 37 | 0 | 0 | 346 | 144 | 121 |
| Binary | 10011111 | 10101111 | 11111111 | 100110 | 11111 | 0 | 0 | 11100110 | 1100100 | 1010001 |
Color Harmonies of #9FAFFF
Complementary color
Monochromatic Colors of #9FAFFF
Black with #9FAFFF
Text Example
Text Example
White with #9FAFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAFFF; }
p { color: rgb(159,175,255); }
H1.HeaderClassName
{
color: #9FAFFF;
}
.AnyTagClassName
{
color: #9FAFFF;
}
</style>
background-color css
<style>
a { background-color: #9FAFFF; }
a { background-color: rgb(159,175,255); }
div.DivClassName
{
background-color: #9FAFFF;
}
.BgClassName
{
background-color: #9FAFFF;
}
</style>
border-color css
<style>
span { border-color: #9FAFFF; }
span { border-color: rgb(159,175,255); }
td.TdClassName
{
border-color: #9FAFFF;
}
.TagClassName
{
border-color: #9FAFFF;
}
</style>