Shades of Perano #9FAEF9
Tints of Perano #9FAEF9
RGB
CMYK
RGB Variations
Color information
#9FAEF9 (or 0x9FAEF9) is known color: Perano. HEX triplet: 9F, AE and F9. RGB value is (159,174,249). Sum of RGB (Red+Green+Blue) = 159+174+249=582 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.32% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 249 (97.66% from 255 or 42.78% from 582); Max value from RGB is 249 - color contains mainly: blue. Hex color #9FAEF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAEF9 is #605106. Grayscale: #B1B1B1. Windows color (decimal): -6312199 or 16363167. OLE color: 16363167.
HSL color Cylindrical-coordinate representation of color #9FAEF9: hue angle of 230º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FAEF9 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 174 | 249 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.02 |
| HSL | 230º | 0.88% | 0.8% | - |
| HSV(B) | 230º | 0.36% | 0.98% | - |
| XYZ | 46.53 | 44.48 | 95.76 | - |
| YUV | 178.07 | 168.03 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 174 | 249 | 0.36 | 0.30 | 0 | 0.02 | 230 | 0.88 | 0.8 |
| Hex | 9F | AE | F9 | 24 | 1E | 0 | 2 | E6 | 58 | 50 |
| Octal | 237 | 256 | 371 | 44 | 36 | 0 | 2 | 346 | 130 | 120 |
| Binary | 10011111 | 10101110 | 11111001 | 100100 | 11110 | 0 | 10 | 11100110 | 1011000 | 1010000 |
Color Harmonies of #9FAEF9
Complementary color
Monochromatic Colors of #9FAEF9
Black with #9FAEF9
Text Example
Text Example
White with #9FAEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAEF9; }
p { color: rgb(159,174,249); }
H1.HeaderClassName
{
color: #9FAEF9;
}
.AnyTagClassName
{
color: #9FAEF9;
}
</style>
background-color css
<style>
a { background-color: #9FAEF9; }
a { background-color: rgb(159,174,249); }
div.DivClassName
{
background-color: #9FAEF9;
}
.BgClassName
{
background-color: #9FAEF9;
}
</style>
border-color css
<style>
span { border-color: #9FAEF9; }
span { border-color: rgb(159,174,249); }
td.TdClassName
{
border-color: #9FAEF9;
}
.TagClassName
{
border-color: #9FAEF9;
}
</style>