Shades of Perano #99AAFF
Tints of Perano #99AAFF
RGB
CMYK
RGB Variations
Color information
#99AAFF (or 0x99AAFF) is known color: Perano. HEX triplet: 99, AA and FF. RGB value is (153,170,255). Sum of RGB (Red+Green+Blue) = 153+170+255=578 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.47% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #99AAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AAFF is #665500. Grayscale: #AEAEAE. Windows color (decimal): -6706433 or 16755353. OLE color: 16755353.
HSL color Cylindrical-coordinate representation of color #99AAFF: hue angle of 230º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99AAFF is Cyan = 0.4, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 170 | 255 | - |
| CMYK | 0.4 | 0.33 | 0 | 0 |
| HSL | 230º | 1% | 0.8% | - |
| HSV(B) | 230º | 0.4% | 1% | - |
| XYZ | 45.56 | 42.74 | 100.46 | - |
| YUV | 174.61 | 173.37 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 255 | 0.4 | 0.33 | 0 | 0 | 230 | 1 | 0.8 |
| Hex | 99 | AA | FF | 28 | 21 | 0 | 0 | E6 | 64 | 50 |
| Octal | 231 | 252 | 377 | 50 | 41 | 0 | 0 | 346 | 144 | 120 |
| Binary | 10011001 | 10101010 | 11111111 | 101000 | 100001 | 0 | 0 | 11100110 | 1100100 | 1010000 |
Color Harmonies of #99AAFF
Complementary color
Monochromatic Colors of #99AAFF
Black with #99AAFF
Text Example
Text Example
White with #99AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AAFF; }
p { color: rgb(153,170,255); }
H1.HeaderClassName
{
color: #99AAFF;
}
.AnyTagClassName
{
color: #99AAFF;
}
</style>
background-color css
<style>
a { background-color: #99AAFF; }
a { background-color: rgb(153,170,255); }
div.DivClassName
{
background-color: #99AAFF;
}
.BgClassName
{
background-color: #99AAFF;
}
</style>
border-color css
<style>
span { border-color: #99AAFF; }
span { border-color: rgb(153,170,255); }
td.TdClassName
{
border-color: #99AAFF;
}
.TagClassName
{
border-color: #99AAFF;
}
</style>