Shades of Perano #99AAF1
Tints of Perano #99AAF1
RGB
CMYK
RGB Variations
Color information
#99AAF1 (or 0x99AAF1) is known color: Perano. HEX triplet: 99, AA and F1. RGB value is (153,170,241). Sum of RGB (Red+Green+Blue) = 153+170+241=564 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.13% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #99AAF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AAF1 is #66550E. Grayscale: #ACACAC. Windows color (decimal): -6706447 or 15837849. OLE color: 15837849.
HSL color Cylindrical-coordinate representation of color #99AAF1: hue angle of 228.41º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99AAF1 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 170 | 241 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.05 |
| HSL | 228.41º | 0.76% | 0.77% | - |
| HSV(B) | 228.41º | 0.37% | 0.95% | - |
| XYZ | 43.39 | 41.87 | 89.01 | - |
| YUV | 173.01 | 166.37 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 241 | 0.37 | 0.29 | 0 | 0.05 | 228.41 | 0.76 | 0.77 |
| Hex | 99 | AA | F1 | 25 | 1D | 0 | 5 | E4 | 4C | 4D |
| Octal | 231 | 252 | 361 | 45 | 35 | 0 | 5 | 344 | 114 | 115 |
| Binary | 10011001 | 10101010 | 11110001 | 100101 | 11101 | 0 | 101 | 11100100 | 1001100 | 1001101 |
Color Harmonies of #99AAF1
Complementary color
Monochromatic Colors of #99AAF1
Black with #99AAF1
Text Example
Text Example
White with #99AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AAF1; }
p { color: rgb(153,170,241); }
H1.HeaderClassName
{
color: #99AAF1;
}
.AnyTagClassName
{
color: #99AAF1;
}
</style>
background-color css
<style>
a { background-color: #99AAF1; }
a { background-color: rgb(153,170,241); }
div.DivClassName
{
background-color: #99AAF1;
}
.BgClassName
{
background-color: #99AAF1;
}
</style>
border-color css
<style>
span { border-color: #99AAF1; }
span { border-color: rgb(153,170,241); }
td.TdClassName
{
border-color: #99AAF1;
}
.TagClassName
{
border-color: #99AAF1;
}
</style>