Shades of Perano #9DACE6
Tints of Perano #9DACE6
RGB
CMYK
RGB Variations
Color information
#9DACE6 (or 0x9DACE6) is known color: Perano. HEX triplet: 9D, AC and E6. RGB value is (157,172,230). Sum of RGB (Red+Green+Blue) = 157+172+230=559 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.09% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 230 - color contains mainly: blue. Hex color #9DACE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DACE6 is #625319. Grayscale: #ADADAD. Windows color (decimal): -6443802 or 15117469. OLE color: 15117469.
HSL color Cylindrical-coordinate representation of color #9DACE6: hue angle of 227.67º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DACE6 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 172 | 230 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.10 |
| HSL | 227.67º | 0.59% | 0.76% | - |
| HSV(B) | 227.67º | 0.32% | 0.9% | - |
| XYZ | 42.94 | 42.39 | 80.78 | - |
| YUV | 174.13 | 159.53 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 230 | 0.32 | 0.25 | 0 | 0.10 | 227.67 | 0.59 | 0.76 |
| Hex | 9D | AC | E6 | 20 | 19 | 0 | A | E4 | 3B | 4C |
| Octal | 235 | 254 | 346 | 40 | 31 | 0 | 12 | 344 | 73 | 114 |
| Binary | 10011101 | 10101100 | 11100110 | 100000 | 11001 | 0 | 1010 | 11100100 | 111011 | 1001100 |
Color Harmonies of #9DACE6
Complementary color
Monochromatic Colors of #9DACE6
Black with #9DACE6
Text Example
Text Example
White with #9DACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DACE6; }
p { color: rgb(157,172,230); }
H1.HeaderClassName
{
color: #9DACE6;
}
.AnyTagClassName
{
color: #9DACE6;
}
</style>
background-color css
<style>
a { background-color: #9DACE6; }
a { background-color: rgb(157,172,230); }
div.DivClassName
{
background-color: #9DACE6;
}
.BgClassName
{
background-color: #9DACE6;
}
</style>
border-color css
<style>
span { border-color: #9DACE6; }
span { border-color: rgb(157,172,230); }
td.TdClassName
{
border-color: #9DACE6;
}
.TagClassName
{
border-color: #9DACE6;
}
</style>