Shades of Perano #99A8FC
Tints of Perano #99A8FC
RGB
CMYK
RGB Variations
Color information
#99A8FC (or 0x99A8FC) is known color: Perano. HEX triplet: 99, A8 and FC. RGB value is (153,168,252). Sum of RGB (Red+Green+Blue) = 153+168+252=573 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.70% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #99A8FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A8FC is #665703. Grayscale: #ACACAC. Windows color (decimal): -6706948 or 16558233. OLE color: 16558233.
HSL color Cylindrical-coordinate representation of color #99A8FC: hue angle of 230.91º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99A8FC is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 168 | 252 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.01 |
| HSL | 230.91º | 0.94% | 0.79% | - |
| HSV(B) | 230.91º | 0.39% | 0.99% | - |
| XYZ | 44.71 | 41.81 | 97.81 | - |
| YUV | 173.09 | 172.53 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 168 | 252 | 0.39 | 0.33 | 0 | 0.01 | 230.91 | 0.94 | 0.79 |
| Hex | 99 | A8 | FC | 27 | 21 | 0 | 1 | E7 | 5E | 4F |
| Octal | 231 | 250 | 374 | 47 | 41 | 0 | 1 | 347 | 136 | 117 |
| Binary | 10011001 | 10101000 | 11111100 | 100111 | 100001 | 0 | 1 | 11100111 | 1011110 | 1001111 |
Color Harmonies of #99A8FC
Complementary color
Monochromatic Colors of #99A8FC
Black with #99A8FC
Text Example
Text Example
White with #99A8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A8FC; }
p { color: rgb(153,168,252); }
H1.HeaderClassName
{
color: #99A8FC;
}
.AnyTagClassName
{
color: #99A8FC;
}
</style>
background-color css
<style>
a { background-color: #99A8FC; }
a { background-color: rgb(153,168,252); }
div.DivClassName
{
background-color: #99A8FC;
}
.BgClassName
{
background-color: #99A8FC;
}
</style>
border-color css
<style>
span { border-color: #99A8FC; }
span { border-color: rgb(153,168,252); }
td.TdClassName
{
border-color: #99A8FC;
}
.TagClassName
{
border-color: #99A8FC;
}
</style>