Shades of Perano #99ACE4
Tints of Perano #99ACE4
RGB
CMYK
RGB Variations
Color information
#99ACE4 (or 0x99ACE4) is known color: Perano. HEX triplet: 99, AC and E4. RGB value is (153,172,228). Sum of RGB (Red+Green+Blue) = 153+172+228=553 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.67% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 228 - color contains mainly: blue. Hex color #99ACE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACE4 is #66531B. Grayscale: #ACACAC. Windows color (decimal): -6705948 or 14986393. OLE color: 14986393.
HSL color Cylindrical-coordinate representation of color #99ACE4: hue angle of 224.8º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99ACE4 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 172 | 228 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.11 |
| HSL | 224.8º | 0.58% | 0.75% | - |
| HSV(B) | 224.8º | 0.33% | 0.89% | - |
| XYZ | 41.89 | 41.88 | 79.27 | - |
| YUV | 172.7 | 159.21 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 228 | 0.33 | 0.25 | 0 | 0.11 | 224.8 | 0.58 | 0.75 |
| Hex | 99 | AC | E4 | 21 | 19 | 0 | B | E1 | 3A | 4B |
| Octal | 231 | 254 | 344 | 41 | 31 | 0 | 13 | 341 | 72 | 113 |
| Binary | 10011001 | 10101100 | 11100100 | 100001 | 11001 | 0 | 1011 | 11100001 | 111010 | 1001011 |
Color Harmonies of #99ACE4
Complementary color
Monochromatic Colors of #99ACE4
Black with #99ACE4
Text Example
Text Example
White with #99ACE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ACE4; }
p { color: rgb(153,172,228); }
H1.HeaderClassName
{
color: #99ACE4;
}
.AnyTagClassName
{
color: #99ACE4;
}
</style>
background-color css
<style>
a { background-color: #99ACE4; }
a { background-color: rgb(153,172,228); }
div.DivClassName
{
background-color: #99ACE4;
}
.BgClassName
{
background-color: #99ACE4;
}
</style>
border-color css
<style>
span { border-color: #99ACE4; }
span { border-color: rgb(153,172,228); }
td.TdClassName
{
border-color: #99ACE4;
}
.TagClassName
{
border-color: #99ACE4;
}
</style>