Shades of Perano #99AFF1
Tints of Perano #99AFF1
RGB
CMYK
RGB Variations
Color information
#99AFF1 (or 0x99AFF1) is known color: Perano. HEX triplet: 99, AF and F1. RGB value is (153,175,241). Sum of RGB (Red+Green+Blue) = 153+175+241=569 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.89% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #99AFF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AFF1 is #66500E. Grayscale: #AFAFAF. Windows color (decimal): -6705167 or 15839129. OLE color: 15839129.
HSL color Cylindrical-coordinate representation of color #99AFF1: hue angle of 225º 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 #99AFF1 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 175 | 241 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.05 |
| HSL | 225º | 0.76% | 0.77% | - |
| HSV(B) | 225º | 0.37% | 0.95% | - |
| XYZ | 44.34 | 43.78 | 89.33 | - |
| YUV | 175.95 | 164.71 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 241 | 0.37 | 0.27 | 0 | 0.05 | 225 | 0.76 | 0.77 |
| Hex | 99 | AF | F1 | 25 | 1B | 0 | 5 | E1 | 4C | 4D |
| Octal | 231 | 257 | 361 | 45 | 33 | 0 | 5 | 341 | 114 | 115 |
| Binary | 10011001 | 10101111 | 11110001 | 100101 | 11011 | 0 | 101 | 11100001 | 1001100 | 1001101 |
Color Harmonies of #99AFF1
Complementary color
Monochromatic Colors of #99AFF1
Black with #99AFF1
Text Example
Text Example
White with #99AFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AFF1; }
p { color: rgb(153,175,241); }
H1.HeaderClassName
{
color: #99AFF1;
}
.AnyTagClassName
{
color: #99AFF1;
}
</style>
background-color css
<style>
a { background-color: #99AFF1; }
a { background-color: rgb(153,175,241); }
div.DivClassName
{
background-color: #99AFF1;
}
.BgClassName
{
background-color: #99AFF1;
}
</style>
border-color css
<style>
span { border-color: #99AFF1; }
span { border-color: rgb(153,175,241); }
td.TdClassName
{
border-color: #99AFF1;
}
.TagClassName
{
border-color: #99AFF1;
}
</style>