Shades of Perano #99A0FE
Tints of Perano #99A0FE
RGB
CMYK
RGB Variations
Color information
#99A0FE (or 0x99A0FE) is known color: Perano. HEX triplet: 99, A0 and FE. RGB value is (153,160,254). Sum of RGB (Red+Green+Blue) = 153+160+254=567 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.98% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #99A0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A0FE is #665F01. Grayscale: #A8A8A8. Windows color (decimal): -6708994 or 16687257. OLE color: 16687257.
HSL color Cylindrical-coordinate representation of color #99A0FE: hue angle of 235.84º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99A0FE is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 160 | 254 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.00 |
| HSL | 235.84º | 0.98% | 0.8% | - |
| HSV(B) | 235.84º | 0.4% | 1% | - |
| XYZ | 43.6 | 39.07 | 99.01 | - |
| YUV | 168.62 | 176.18 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 254 | 0.40 | 0.37 | 0 | 0.00 | 235.84 | 0.98 | 0.8 |
| Hex | 99 | A0 | FE | 28 | 25 | 0 | 0 | EC | 62 | 50 |
| Octal | 231 | 240 | 376 | 50 | 45 | 0 | 0 | 354 | 142 | 120 |
| Binary | 10011001 | 10100000 | 11111110 | 101000 | 100101 | 0 | 0 | 11101100 | 1100010 | 1010000 |
Color Harmonies of #99A0FE
Complementary color
Monochromatic Colors of #99A0FE
Black with #99A0FE
Text Example
Text Example
White with #99A0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A0FE; }
p { color: rgb(153,160,254); }
H1.HeaderClassName
{
color: #99A0FE;
}
.AnyTagClassName
{
color: #99A0FE;
}
</style>
background-color css
<style>
a { background-color: #99A0FE; }
a { background-color: rgb(153,160,254); }
div.DivClassName
{
background-color: #99A0FE;
}
.BgClassName
{
background-color: #99A0FE;
}
</style>
border-color css
<style>
span { border-color: #99A0FE; }
span { border-color: rgb(153,160,254); }
td.TdClassName
{
border-color: #99A0FE;
}
.TagClassName
{
border-color: #99A0FE;
}
</style>