Shades of Perano #99A8FE
Tints of Perano #99A8FE
RGB
CMYK
RGB Variations
Color information
#99A8FE (or 0x99A8FE) is known color: Perano. HEX triplet: 99, A8 and FE. RGB value is (153,168,254). Sum of RGB (Red+Green+Blue) = 153+168+254=575 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.61% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #99A8FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A8FE is #665701. Grayscale: #ACACAC. Windows color (decimal): -6706946 or 16689305. OLE color: 16689305.
HSL color Cylindrical-coordinate representation of color #99A8FE: hue angle of 231.09º 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 #99A8FE is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 168 | 254 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.00 |
| HSL | 231.09º | 0.98% | 0.8% | - |
| HSV(B) | 231.09º | 0.4% | 1% | - |
| XYZ | 45.03 | 41.93 | 99.49 | - |
| YUV | 173.32 | 173.53 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 168 | 254 | 0.40 | 0.34 | 0 | 0.00 | 231.09 | 0.98 | 0.8 |
| Hex | 99 | A8 | FE | 28 | 22 | 0 | 0 | E7 | 62 | 50 |
| Octal | 231 | 250 | 376 | 50 | 42 | 0 | 0 | 347 | 142 | 120 |
| Binary | 10011001 | 10101000 | 11111110 | 101000 | 100010 | 0 | 0 | 11100111 | 1100010 | 1010000 |
Color Harmonies of #99A8FE
Complementary color
Monochromatic Colors of #99A8FE
Black with #99A8FE
Text Example
Text Example
White with #99A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A8FE; }
p { color: rgb(153,168,254); }
H1.HeaderClassName
{
color: #99A8FE;
}
.AnyTagClassName
{
color: #99A8FE;
}
</style>
background-color css
<style>
a { background-color: #99A8FE; }
a { background-color: rgb(153,168,254); }
div.DivClassName
{
background-color: #99A8FE;
}
.BgClassName
{
background-color: #99A8FE;
}
</style>
border-color css
<style>
span { border-color: #99A8FE; }
span { border-color: rgb(153,168,254); }
td.TdClassName
{
border-color: #99A8FE;
}
.TagClassName
{
border-color: #99A8FE;
}
</style>