Shades of Perano #95AFF9
Tints of Perano #95AFF9
RGB
CMYK
RGB Variations
Color information
#95AFF9 (or 0x95AFF9) is known color: Perano. HEX triplet: 95, AF and F9. RGB value is (149,175,249). Sum of RGB (Red+Green+Blue) = 149+175+249=573 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.00% from 573); Green value is 175 (68.75% from 255 or 30.54% 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 #95AFF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95AFF9 is #6A5006. Grayscale: #AFAFAF. Windows color (decimal): -6967303 or 16363413. OLE color: 16363413.
HSL color Cylindrical-coordinate representation of color #95AFF9: hue angle of 224.4º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95AFF9 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 175 | 249 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.02 |
| HSL | 224.4º | 0.89% | 0.78% | - |
| HSV(B) | 224.4º | 0.4% | 0.98% | - |
| XYZ | 44.82 | 43.89 | 95.73 | - |
| YUV | 175.66 | 169.39 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 175 | 249 | 0.40 | 0.30 | 0 | 0.02 | 224.4 | 0.89 | 0.78 |
| Hex | 95 | AF | F9 | 28 | 1E | 0 | 2 | E0 | 59 | 4E |
| Octal | 225 | 257 | 371 | 50 | 36 | 0 | 2 | 340 | 131 | 116 |
| Binary | 10010101 | 10101111 | 11111001 | 101000 | 11110 | 0 | 10 | 11100000 | 1011001 | 1001110 |
Color Harmonies of #95AFF9
Complementary color
Monochromatic Colors of #95AFF9
Black with #95AFF9
Text Example
Text Example
White with #95AFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AFF9; }
p { color: rgb(149,175,249); }
H1.HeaderClassName
{
color: #95AFF9;
}
.AnyTagClassName
{
color: #95AFF9;
}
</style>
background-color css
<style>
a { background-color: #95AFF9; }
a { background-color: rgb(149,175,249); }
div.DivClassName
{
background-color: #95AFF9;
}
.BgClassName
{
background-color: #95AFF9;
}
</style>
border-color css
<style>
span { border-color: #95AFF9; }
span { border-color: rgb(149,175,249); }
td.TdClassName
{
border-color: #95AFF9;
}
.TagClassName
{
border-color: #95AFF9;
}
</style>