Shades of Perano #9FADFD
Tints of Perano #9FADFD
RGB
CMYK
RGB Variations
Color information
#9FADFD (or 0x9FADFD) is known color: Perano. HEX triplet: 9F, AD and FD. RGB value is (159,173,253). Sum of RGB (Red+Green+Blue) = 159+173+253=585 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.18% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #9FADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FADFD is #605202. Grayscale: #B1B1B1. Windows color (decimal): -6312451 or 16625055. OLE color: 16625055.
HSL color Cylindrical-coordinate representation of color #9FADFD: hue angle of 231.06º 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 #9FADFD is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 173 | 253 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.01 |
| HSL | 231.06º | 0.96% | 0.81% | - |
| HSV(B) | 231.06º | 0.37% | 0.99% | - |
| XYZ | 46.97 | 44.35 | 99.01 | - |
| YUV | 177.93 | 170.36 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 173 | 253 | 0.37 | 0.32 | 0 | 0.01 | 231.06 | 0.96 | 0.81 |
| Hex | 9F | AD | FD | 25 | 20 | 0 | 1 | E7 | 60 | 51 |
| Octal | 237 | 255 | 375 | 45 | 40 | 0 | 1 | 347 | 140 | 121 |
| Binary | 10011111 | 10101101 | 11111101 | 100101 | 100000 | 0 | 1 | 11100111 | 1100000 | 1010001 |
Color Harmonies of #9FADFD
Complementary color
Monochromatic Colors of #9FADFD
Black with #9FADFD
Text Example
Text Example
White with #9FADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FADFD; }
p { color: rgb(159,173,253); }
H1.HeaderClassName
{
color: #9FADFD;
}
.AnyTagClassName
{
color: #9FADFD;
}
</style>
background-color css
<style>
a { background-color: #9FADFD; }
a { background-color: rgb(159,173,253); }
div.DivClassName
{
background-color: #9FADFD;
}
.BgClassName
{
background-color: #9FADFD;
}
</style>
border-color css
<style>
span { border-color: #9FADFD; }
span { border-color: rgb(159,173,253); }
td.TdClassName
{
border-color: #9FADFD;
}
.TagClassName
{
border-color: #9FADFD;
}
</style>