Shades of Perano #9CACEE
Tints of Perano #9CACEE
RGB
CMYK
RGB Variations
Color information
#9CACEE (or 0x9CACEE) is known color: Perano. HEX triplet: 9C, AC and EE. RGB value is (156,172,238). Sum of RGB (Red+Green+Blue) = 156+172+238=566 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.56% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #9CACEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CACEE is #635311. Grayscale: #AEAEAE. Windows color (decimal): -6509330 or 15641756. OLE color: 15641756.
HSL color Cylindrical-coordinate representation of color #9CACEE: hue angle of 228.29º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CACEE is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 172 | 238 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.07 |
| HSL | 228.29º | 0.71% | 0.77% | - |
| HSV(B) | 228.29º | 0.34% | 0.93% | - |
| XYZ | 43.9 | 42.75 | 86.83 | - |
| YUV | 174.74 | 163.7 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 238 | 0.34 | 0.28 | 0 | 0.07 | 228.29 | 0.71 | 0.77 |
| Hex | 9C | AC | EE | 22 | 1C | 0 | 7 | E4 | 47 | 4D |
| Octal | 234 | 254 | 356 | 42 | 34 | 0 | 7 | 344 | 107 | 115 |
| Binary | 10011100 | 10101100 | 11101110 | 100010 | 11100 | 0 | 111 | 11100100 | 1000111 | 1001101 |
Color Harmonies of #9CACEE
Complementary color
Monochromatic Colors of #9CACEE
Black with #9CACEE
Text Example
Text Example
White with #9CACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CACEE; }
p { color: rgb(156,172,238); }
H1.HeaderClassName
{
color: #9CACEE;
}
.AnyTagClassName
{
color: #9CACEE;
}
</style>
background-color css
<style>
a { background-color: #9CACEE; }
a { background-color: rgb(156,172,238); }
div.DivClassName
{
background-color: #9CACEE;
}
.BgClassName
{
background-color: #9CACEE;
}
</style>
border-color css
<style>
span { border-color: #9CACEE; }
span { border-color: rgb(156,172,238); }
td.TdClassName
{
border-color: #9CACEE;
}
.TagClassName
{
border-color: #9CACEE;
}
</style>