Shades of Perano #9FAEEC
Tints of Perano #9FAEEC
RGB
CMYK
RGB Variations
Color information
#9FAEEC (or 0x9FAEEC) is known color: Perano. HEX triplet: 9F, AE and EC. RGB value is (159,174,236). Sum of RGB (Red+Green+Blue) = 159+174+236=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FAEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAEEC is #605113. Grayscale: #B0B0B0. Windows color (decimal): -6312212 or 15511199. OLE color: 15511199.
HSL color Cylindrical-coordinate representation of color #9FAEEC: hue angle of 228.31º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FAEEC is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 174 | 236 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.07 |
| HSL | 228.31º | 0.67% | 0.77% | - |
| HSV(B) | 228.31º | 0.33% | 0.93% | - |
| XYZ | 44.57 | 43.7 | 85.44 | - |
| YUV | 176.58 | 161.53 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 174 | 236 | 0.33 | 0.26 | 0 | 0.07 | 228.31 | 0.67 | 0.77 |
| Hex | 9F | AE | EC | 21 | 1A | 0 | 7 | E4 | 43 | 4D |
| Octal | 237 | 256 | 354 | 41 | 32 | 0 | 7 | 344 | 103 | 115 |
| Binary | 10011111 | 10101110 | 11101100 | 100001 | 11010 | 0 | 111 | 11100100 | 1000011 | 1001101 |
Color Harmonies of #9FAEEC
Complementary color
Monochromatic Colors of #9FAEEC
Black with #9FAEEC
Text Example
Text Example
White with #9FAEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAEEC; }
p { color: rgb(159,174,236); }
H1.HeaderClassName
{
color: #9FAEEC;
}
.AnyTagClassName
{
color: #9FAEEC;
}
</style>
background-color css
<style>
a { background-color: #9FAEEC; }
a { background-color: rgb(159,174,236); }
div.DivClassName
{
background-color: #9FAEEC;
}
.BgClassName
{
background-color: #9FAEEC;
}
</style>
border-color css
<style>
span { border-color: #9FAEEC; }
span { border-color: rgb(159,174,236); }
td.TdClassName
{
border-color: #9FAEEC;
}
.TagClassName
{
border-color: #9FAEEC;
}
</style>