Shades of Perano #99AAED
Tints of Perano #99AAED
RGB
CMYK
RGB Variations
Color information
#99AAED (or 0x99AAED) is known color: Perano. HEX triplet: 99, AA and ED. RGB value is (153,170,237). Sum of RGB (Red+Green+Blue) = 153+170+237=560 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.32% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #99AAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AAED is #665512. Grayscale: #ACACAC. Windows color (decimal): -6706451 or 15575705. OLE color: 15575705.
HSL color Cylindrical-coordinate representation of color #99AAED: hue angle of 227.86º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99AAED is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 170 | 237 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.07 |
| HSL | 227.86º | 0.7% | 0.76% | - |
| HSV(B) | 227.86º | 0.35% | 0.93% | - |
| XYZ | 42.8 | 41.64 | 85.9 | - |
| YUV | 172.56 | 164.37 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 237 | 0.35 | 0.28 | 0 | 0.07 | 227.86 | 0.7 | 0.76 |
| Hex | 99 | AA | ED | 23 | 1C | 0 | 7 | E4 | 46 | 4C |
| Octal | 231 | 252 | 355 | 43 | 34 | 0 | 7 | 344 | 106 | 114 |
| Binary | 10011001 | 10101010 | 11101101 | 100011 | 11100 | 0 | 111 | 11100100 | 1000110 | 1001100 |
Color Harmonies of #99AAED
Complementary color
Monochromatic Colors of #99AAED
Black with #99AAED
Text Example
Text Example
White with #99AAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AAED; }
p { color: rgb(153,170,237); }
H1.HeaderClassName
{
color: #99AAED;
}
.AnyTagClassName
{
color: #99AAED;
}
</style>
background-color css
<style>
a { background-color: #99AAED; }
a { background-color: rgb(153,170,237); }
div.DivClassName
{
background-color: #99AAED;
}
.BgClassName
{
background-color: #99AAED;
}
</style>
border-color css
<style>
span { border-color: #99AAED; }
span { border-color: rgb(153,170,237); }
td.TdClassName
{
border-color: #99AAED;
}
.TagClassName
{
border-color: #99AAED;
}
</style>