Shades of Perano #99ACF1
Tints of Perano #99ACF1
RGB
CMYK
RGB Variations
Color information
#99ACF1 (or 0x99ACF1) is known color: Perano. HEX triplet: 99, AC and F1. RGB value is (153,172,241). Sum of RGB (Red+Green+Blue) = 153+172+241=566 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.03% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #99ACF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ACF1 is #66530E. Grayscale: #ADADAD. Windows color (decimal): -6705935 or 15838361. OLE color: 15838361.
HSL color Cylindrical-coordinate representation of color #99ACF1: hue angle of 227.05º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99ACF1 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 172 | 241 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.05 |
| HSL | 227.05º | 0.76% | 0.77% | - |
| HSV(B) | 227.05º | 0.37% | 0.95% | - |
| XYZ | 43.77 | 42.63 | 89.14 | - |
| YUV | 174.19 | 165.71 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 241 | 0.37 | 0.29 | 0 | 0.05 | 227.05 | 0.76 | 0.77 |
| Hex | 99 | AC | F1 | 25 | 1D | 0 | 5 | E3 | 4C | 4D |
| Octal | 231 | 254 | 361 | 45 | 35 | 0 | 5 | 343 | 114 | 115 |
| Binary | 10011001 | 10101100 | 11110001 | 100101 | 11101 | 0 | 101 | 11100011 | 1001100 | 1001101 |
Color Harmonies of #99ACF1
Complementary color
Monochromatic Colors of #99ACF1
Black with #99ACF1
Text Example
Text Example
White with #99ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ACF1; }
p { color: rgb(153,172,241); }
H1.HeaderClassName
{
color: #99ACF1;
}
.AnyTagClassName
{
color: #99ACF1;
}
</style>
background-color css
<style>
a { background-color: #99ACF1; }
a { background-color: rgb(153,172,241); }
div.DivClassName
{
background-color: #99ACF1;
}
.BgClassName
{
background-color: #99ACF1;
}
</style>
border-color css
<style>
span { border-color: #99ACF1; }
span { border-color: rgb(153,172,241); }
td.TdClassName
{
border-color: #99ACF1;
}
.TagClassName
{
border-color: #99ACF1;
}
</style>