Shades of Perano #99ABFD
Tints of Perano #99ABFD
RGB
CMYK
RGB Variations
Color information
#99ABFD (or 0x99ABFD) is known color: Perano. HEX triplet: 99, AB and FD. RGB value is (153,171,253). Sum of RGB (Red+Green+Blue) = 153+171+253=577 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.52% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #99ABFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ABFD is #665402. Grayscale: #AEAEAE. Windows color (decimal): -6706179 or 16624537. OLE color: 16624537.
HSL color Cylindrical-coordinate representation of color #99ABFD: hue angle of 229.2º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99ABFD is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 171 | 253 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.01 |
| HSL | 229.2º | 0.96% | 0.8% | - |
| HSV(B) | 229.2º | 0.4% | 0.99% | - |
| XYZ | 45.43 | 42.99 | 98.83 | - |
| YUV | 174.97 | 172.04 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 253 | 0.40 | 0.32 | 0 | 0.01 | 229.2 | 0.96 | 0.8 |
| Hex | 99 | AB | FD | 28 | 20 | 0 | 1 | E5 | 60 | 50 |
| Octal | 231 | 253 | 375 | 50 | 40 | 0 | 1 | 345 | 140 | 120 |
| Binary | 10011001 | 10101011 | 11111101 | 101000 | 100000 | 0 | 1 | 11100101 | 1100000 | 1010000 |
Color Harmonies of #99ABFD
Complementary color
Monochromatic Colors of #99ABFD
Black with #99ABFD
Text Example
Text Example
White with #99ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ABFD; }
p { color: rgb(153,171,253); }
H1.HeaderClassName
{
color: #99ABFD;
}
.AnyTagClassName
{
color: #99ABFD;
}
</style>
background-color css
<style>
a { background-color: #99ABFD; }
a { background-color: rgb(153,171,253); }
div.DivClassName
{
background-color: #99ABFD;
}
.BgClassName
{
background-color: #99ABFD;
}
</style>
border-color css
<style>
span { border-color: #99ABFD; }
span { border-color: rgb(153,171,253); }
td.TdClassName
{
border-color: #99ABFD;
}
.TagClassName
{
border-color: #99ABFD;
}
</style>