Shades of Perano #99ACE6
Tints of Perano #99ACE6
RGB
CMYK
RGB Variations
Color information
#99ACE6 (or 0x99ACE6) is known color: Perano. HEX triplet: 99, AC and E6. RGB value is (153,172,230). Sum of RGB (Red+Green+Blue) = 153+172+230=555 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.57% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #99ACE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ACE6 is #665319. Grayscale: #ACACAC. Windows color (decimal): -6705946 or 15117465. OLE color: 15117465.
HSL color Cylindrical-coordinate representation of color #99ACE6: hue angle of 225.19º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99ACE6 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 172 | 230 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.10 |
| HSL | 225.19º | 0.61% | 0.75% | - |
| HSV(B) | 225.19º | 0.33% | 0.9% | - |
| XYZ | 42.17 | 41.99 | 80.75 | - |
| YUV | 172.93 | 160.21 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 230 | 0.33 | 0.25 | 0 | 0.10 | 225.19 | 0.61 | 0.75 |
| Hex | 99 | AC | E6 | 21 | 19 | 0 | A | E1 | 3D | 4B |
| Octal | 231 | 254 | 346 | 41 | 31 | 0 | 12 | 341 | 75 | 113 |
| Binary | 10011001 | 10101100 | 11100110 | 100001 | 11001 | 0 | 1010 | 11100001 | 111101 | 1001011 |
Color Harmonies of #99ACE6
Complementary color
Monochromatic Colors of #99ACE6
Black with #99ACE6
Text Example
Text Example
White with #99ACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ACE6; }
p { color: rgb(153,172,230); }
H1.HeaderClassName
{
color: #99ACE6;
}
.AnyTagClassName
{
color: #99ACE6;
}
</style>
background-color css
<style>
a { background-color: #99ACE6; }
a { background-color: rgb(153,172,230); }
div.DivClassName
{
background-color: #99ACE6;
}
.BgClassName
{
background-color: #99ACE6;
}
</style>
border-color css
<style>
span { border-color: #99ACE6; }
span { border-color: rgb(153,172,230); }
td.TdClassName
{
border-color: #99ACE6;
}
.TagClassName
{
border-color: #99ACE6;
}
</style>