Shades of Perano #9FAEFA
Tints of Perano #9FAEFA
RGB
CMYK
RGB Variations
Color information
#9FAEFA (or 0x9FAEFA) is known color: Perano. HEX triplet: 9F, AE and FA. RGB value is (159,174,250). Sum of RGB (Red+Green+Blue) = 159+174+250=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #9FAEFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAEFA is #605105. Grayscale: #B1B1B1. Windows color (decimal): -6312198 or 16428703. OLE color: 16428703.
HSL color Cylindrical-coordinate representation of color #9FAEFA: hue angle of 230.11º degrees, saturation: 0.9, 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 #9FAEFA is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 174 | 250 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.02 |
| HSL | 230.11º | 0.9% | 0.8% | - |
| HSV(B) | 230.11º | 0.36% | 0.98% | - |
| XYZ | 46.69 | 44.55 | 96.58 | - |
| YUV | 178.18 | 168.53 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 174 | 250 | 0.36 | 0.30 | 0 | 0.02 | 230.11 | 0.9 | 0.8 |
| Hex | 9F | AE | FA | 24 | 1E | 0 | 2 | E6 | 5A | 50 |
| Octal | 237 | 256 | 372 | 44 | 36 | 0 | 2 | 346 | 132 | 120 |
| Binary | 10011111 | 10101110 | 11111010 | 100100 | 11110 | 0 | 10 | 11100110 | 1011010 | 1010000 |
Color Harmonies of #9FAEFA
Complementary color
Monochromatic Colors of #9FAEFA
Black with #9FAEFA
Text Example
Text Example
White with #9FAEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAEFA; }
p { color: rgb(159,174,250); }
H1.HeaderClassName
{
color: #9FAEFA;
}
.AnyTagClassName
{
color: #9FAEFA;
}
</style>
background-color css
<style>
a { background-color: #9FAEFA; }
a { background-color: rgb(159,174,250); }
div.DivClassName
{
background-color: #9FAEFA;
}
.BgClassName
{
background-color: #9FAEFA;
}
</style>
border-color css
<style>
span { border-color: #9FAEFA; }
span { border-color: rgb(159,174,250); }
td.TdClassName
{
border-color: #9FAEFA;
}
.TagClassName
{
border-color: #9FAEFA;
}
</style>