Shades of Perano #99ABF9
Tints of Perano #99ABF9
RGB
CMYK
RGB Variations
Color information
#99ABF9 (or 0x99ABF9) is known color: Perano. HEX triplet: 99, AB and F9. RGB value is (153,171,249). Sum of RGB (Red+Green+Blue) = 153+171+249=573 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.70% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #99ABF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ABF9 is #665406. Grayscale: #AEAEAE. Windows color (decimal): -6706183 or 16362393. OLE color: 16362393.
HSL color Cylindrical-coordinate representation of color #99ABF9: hue angle of 228.75º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99ABF9 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 171 | 249 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.02 |
| HSL | 228.75º | 0.89% | 0.79% | - |
| HSV(B) | 228.75º | 0.39% | 0.98% | - |
| XYZ | 44.8 | 42.74 | 95.51 | - |
| YUV | 174.51 | 170.04 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 249 | 0.39 | 0.31 | 0 | 0.02 | 228.75 | 0.89 | 0.79 |
| Hex | 99 | AB | F9 | 27 | 1F | 0 | 2 | E5 | 59 | 4F |
| Octal | 231 | 253 | 371 | 47 | 37 | 0 | 2 | 345 | 131 | 117 |
| Binary | 10011001 | 10101011 | 11111001 | 100111 | 11111 | 0 | 10 | 11100101 | 1011001 | 1001111 |
Color Harmonies of #99ABF9
Complementary color
Monochromatic Colors of #99ABF9
Black with #99ABF9
Text Example
Text Example
White with #99ABF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ABF9; }
p { color: rgb(153,171,249); }
H1.HeaderClassName
{
color: #99ABF9;
}
.AnyTagClassName
{
color: #99ABF9;
}
</style>
background-color css
<style>
a { background-color: #99ABF9; }
a { background-color: rgb(153,171,249); }
div.DivClassName
{
background-color: #99ABF9;
}
.BgClassName
{
background-color: #99ABF9;
}
</style>
border-color css
<style>
span { border-color: #99ABF9; }
span { border-color: rgb(153,171,249); }
td.TdClassName
{
border-color: #99ABF9;
}
.TagClassName
{
border-color: #99ABF9;
}
</style>