Shades of Perano #99ABFC
Tints of Perano #99ABFC
RGB
CMYK
RGB Variations
Color information
#99ABFC (or 0x99ABFC) is known color: Perano. HEX triplet: 99, AB and FC. RGB value is (153,171,252). Sum of RGB (Red+Green+Blue) = 153+171+252=576 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.56% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #99ABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ABFC is #665403. Grayscale: #AEAEAE. Windows color (decimal): -6706180 or 16559001. OLE color: 16559001.
HSL color Cylindrical-coordinate representation of color #99ABFC: hue angle of 229.09º 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 #99ABFC is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 171 | 252 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.01 |
| HSL | 229.09º | 0.94% | 0.79% | - |
| HSV(B) | 229.09º | 0.39% | 0.99% | - |
| XYZ | 45.27 | 42.93 | 98 | - |
| YUV | 174.85 | 171.54 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 252 | 0.39 | 0.32 | 0 | 0.01 | 229.09 | 0.94 | 0.79 |
| Hex | 99 | AB | FC | 27 | 20 | 0 | 1 | E5 | 5E | 4F |
| Octal | 231 | 253 | 374 | 47 | 40 | 0 | 1 | 345 | 136 | 117 |
| Binary | 10011001 | 10101011 | 11111100 | 100111 | 100000 | 0 | 1 | 11100101 | 1011110 | 1001111 |
Color Harmonies of #99ABFC
Complementary color
Monochromatic Colors of #99ABFC
Black with #99ABFC
Text Example
Text Example
White with #99ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ABFC; }
p { color: rgb(153,171,252); }
H1.HeaderClassName
{
color: #99ABFC;
}
.AnyTagClassName
{
color: #99ABFC;
}
</style>
background-color css
<style>
a { background-color: #99ABFC; }
a { background-color: rgb(153,171,252); }
div.DivClassName
{
background-color: #99ABFC;
}
.BgClassName
{
background-color: #99ABFC;
}
</style>
border-color css
<style>
span { border-color: #99ABFC; }
span { border-color: rgb(153,171,252); }
td.TdClassName
{
border-color: #99ABFC;
}
.TagClassName
{
border-color: #99ABFC;
}
</style>