Shades of Perano #9EACEC
Tints of Perano #9EACEC
RGB
CMYK
RGB Variations
Color information
#9EACEC (or 0x9EACEC) is known color: Perano. HEX triplet: 9E, AC and EC. RGB value is (158,172,236). Sum of RGB (Red+Green+Blue) = 158+172+236=566 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.92% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #9EACEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EACEC is #615313. Grayscale: #AEAEAE. Windows color (decimal): -6378260 or 15510686. OLE color: 15510686.
HSL color Cylindrical-coordinate representation of color #9EACEC: hue angle of 229.23º 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 #9EACEC is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 172 | 236 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.07 |
| HSL | 229.23º | 0.67% | 0.77% | - |
| HSV(B) | 229.23º | 0.33% | 0.93% | - |
| XYZ | 43.99 | 42.83 | 85.31 | - |
| YUV | 175.11 | 162.36 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 236 | 0.33 | 0.27 | 0 | 0.07 | 229.23 | 0.67 | 0.77 |
| Hex | 9E | AC | EC | 21 | 1B | 0 | 7 | E5 | 43 | 4D |
| Octal | 236 | 254 | 354 | 41 | 33 | 0 | 7 | 345 | 103 | 115 |
| Binary | 10011110 | 10101100 | 11101100 | 100001 | 11011 | 0 | 111 | 11100101 | 1000011 | 1001101 |
Color Harmonies of #9EACEC
Complementary color
Monochromatic Colors of #9EACEC
Black with #9EACEC
Text Example
Text Example
White with #9EACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EACEC; }
p { color: rgb(158,172,236); }
H1.HeaderClassName
{
color: #9EACEC;
}
.AnyTagClassName
{
color: #9EACEC;
}
</style>
background-color css
<style>
a { background-color: #9EACEC; }
a { background-color: rgb(158,172,236); }
div.DivClassName
{
background-color: #9EACEC;
}
.BgClassName
{
background-color: #9EACEC;
}
</style>
border-color css
<style>
span { border-color: #9EACEC; }
span { border-color: rgb(158,172,236); }
td.TdClassName
{
border-color: #9EACEC;
}
.TagClassName
{
border-color: #9EACEC;
}
</style>