Shades of Perano #99A8F1
Tints of Perano #99A8F1
RGB
CMYK
RGB Variations
Color information
#99A8F1 (or 0x99A8F1) is known color: Perano. HEX triplet: 99, A8 and F1. RGB value is (153,168,241). Sum of RGB (Red+Green+Blue) = 153+168+241=562 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.22% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #99A8F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A8F1 is #66570E. Grayscale: #ABABAB. Windows color (decimal): -6706959 or 15837337. OLE color: 15837337.
HSL color Cylindrical-coordinate representation of color #99A8F1: hue angle of 229.77º 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 #99A8F1 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 168 | 241 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.05 |
| HSL | 229.77º | 0.76% | 0.77% | - |
| HSV(B) | 229.77º | 0.37% | 0.95% | - |
| XYZ | 43.02 | 41.13 | 88.89 | - |
| YUV | 171.84 | 167.03 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 168 | 241 | 0.37 | 0.30 | 0 | 0.05 | 229.77 | 0.76 | 0.77 |
| Hex | 99 | A8 | F1 | 25 | 1E | 0 | 5 | E6 | 4C | 4D |
| Octal | 231 | 250 | 361 | 45 | 36 | 0 | 5 | 346 | 114 | 115 |
| Binary | 10011001 | 10101000 | 11110001 | 100101 | 11110 | 0 | 101 | 11100110 | 1001100 | 1001101 |
Color Harmonies of #99A8F1
Complementary color
Monochromatic Colors of #99A8F1
Black with #99A8F1
Text Example
Text Example
White with #99A8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A8F1; }
p { color: rgb(153,168,241); }
H1.HeaderClassName
{
color: #99A8F1;
}
.AnyTagClassName
{
color: #99A8F1;
}
</style>
background-color css
<style>
a { background-color: #99A8F1; }
a { background-color: rgb(153,168,241); }
div.DivClassName
{
background-color: #99A8F1;
}
.BgClassName
{
background-color: #99A8F1;
}
</style>
border-color css
<style>
span { border-color: #99A8F1; }
span { border-color: rgb(153,168,241); }
td.TdClassName
{
border-color: #99A8F1;
}
.TagClassName
{
border-color: #99A8F1;
}
</style>