Shades of Perano #96ACE9
Tints of Perano #96ACE9
RGB
CMYK
RGB Variations
Color information
#96ACE9 (or 0x96ACE9) is known color: Perano. HEX triplet: 96, AC and E9. RGB value is (150,172,233). Sum of RGB (Red+Green+Blue) = 150+172+233=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 233 (91.41% from 255 or 41.98% from 555); Max value from RGB is 233 - color contains mainly: blue. Hex color #96ACE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96ACE9 is #695316. Grayscale: #ACACAC. Windows color (decimal): -6902551 or 15314070. OLE color: 15314070.
HSL color Cylindrical-coordinate representation of color #96ACE9: hue angle of 224.1º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96ACE9 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 172 | 233 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.09 |
| HSL | 224.1º | 0.65% | 0.75% | - |
| HSV(B) | 224.1º | 0.36% | 0.91% | - |
| XYZ | 42.04 | 41.87 | 82.96 | - |
| YUV | 172.38 | 162.21 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 172 | 233 | 0.36 | 0.26 | 0 | 0.09 | 224.1 | 0.65 | 0.75 |
| Hex | 96 | AC | E9 | 24 | 1A | 0 | 9 | E0 | 41 | 4B |
| Octal | 226 | 254 | 351 | 44 | 32 | 0 | 11 | 340 | 101 | 113 |
| Binary | 10010110 | 10101100 | 11101001 | 100100 | 11010 | 0 | 1001 | 11100000 | 1000001 | 1001011 |
Color Harmonies of #96ACE9
Complementary color
Monochromatic Colors of #96ACE9
Black with #96ACE9
Text Example
Text Example
White with #96ACE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ACE9; }
p { color: rgb(150,172,233); }
H1.HeaderClassName
{
color: #96ACE9;
}
.AnyTagClassName
{
color: #96ACE9;
}
</style>
background-color css
<style>
a { background-color: #96ACE9; }
a { background-color: rgb(150,172,233); }
div.DivClassName
{
background-color: #96ACE9;
}
.BgClassName
{
background-color: #96ACE9;
}
</style>
border-color css
<style>
span { border-color: #96ACE9; }
span { border-color: rgb(150,172,233); }
td.TdClassName
{
border-color: #96ACE9;
}
.TagClassName
{
border-color: #96ACE9;
}
</style>