Shades of Perano #99ACE5
Tints of Perano #99ACE5
RGB
CMYK
RGB Variations
Color information
#99ACE5 (or 0x99ACE5) is known color: Perano. HEX triplet: 99, AC and E5. RGB value is (153,172,229). Sum of RGB (Red+Green+Blue) = 153+172+229=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #99ACE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACE5 is #66531A. Grayscale: #ACACAC. Windows color (decimal): -6705947 or 15051929. OLE color: 15051929.
HSL color Cylindrical-coordinate representation of color #99ACE5: hue angle of 225º degrees, saturation: 0.59, 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 #99ACE5 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 172 | 229 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.10 |
| HSL | 225º | 0.59% | 0.75% | - |
| HSV(B) | 225º | 0.33% | 0.9% | - |
| XYZ | 42.03 | 41.93 | 80.01 | - |
| YUV | 172.82 | 159.71 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 229 | 0.33 | 0.25 | 0 | 0.10 | 225 | 0.59 | 0.75 |
| Hex | 99 | AC | E5 | 21 | 19 | 0 | A | E1 | 3B | 4B |
| Octal | 231 | 254 | 345 | 41 | 31 | 0 | 12 | 341 | 73 | 113 |
| Binary | 10011001 | 10101100 | 11100101 | 100001 | 11001 | 0 | 1010 | 11100001 | 111011 | 1001011 |
Color Harmonies of #99ACE5
Complementary color
Monochromatic Colors of #99ACE5
Black with #99ACE5
Text Example
Text Example
White with #99ACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ACE5; }
p { color: rgb(153,172,229); }
H1.HeaderClassName
{
color: #99ACE5;
}
.AnyTagClassName
{
color: #99ACE5;
}
</style>
background-color css
<style>
a { background-color: #99ACE5; }
a { background-color: rgb(153,172,229); }
div.DivClassName
{
background-color: #99ACE5;
}
.BgClassName
{
background-color: #99ACE5;
}
</style>
border-color css
<style>
span { border-color: #99ACE5; }
span { border-color: rgb(153,172,229); }
td.TdClassName
{
border-color: #99ACE5;
}
.TagClassName
{
border-color: #99ACE5;
}
</style>