Shades of Perano #95ACF9
Tints of Perano #95ACF9
RGB
CMYK
RGB Variations
Color information
#95ACF9 (or 0x95ACF9) is known color: Perano. HEX triplet: 95, AC and F9. RGB value is (149,172,249). Sum of RGB (Red+Green+Blue) = 149+172+249=570 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.14% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #95ACF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95ACF9 is #6A5306. Grayscale: #ADADAD. Windows color (decimal): -6968071 or 16362645. OLE color: 16362645.
HSL color Cylindrical-coordinate representation of color #95ACF9: hue angle of 226.2º 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 #95ACF9 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 172 | 249 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.02 |
| HSL | 226.2º | 0.89% | 0.78% | - |
| HSV(B) | 226.2º | 0.4% | 0.98% | - |
| XYZ | 44.25 | 42.73 | 95.54 | - |
| YUV | 173.9 | 170.38 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 172 | 249 | 0.40 | 0.31 | 0 | 0.02 | 226.2 | 0.89 | 0.78 |
| Hex | 95 | AC | F9 | 28 | 1F | 0 | 2 | E2 | 59 | 4E |
| Octal | 225 | 254 | 371 | 50 | 37 | 0 | 2 | 342 | 131 | 116 |
| Binary | 10010101 | 10101100 | 11111001 | 101000 | 11111 | 0 | 10 | 11100010 | 1011001 | 1001110 |
Color Harmonies of #95ACF9
Complementary color
Monochromatic Colors of #95ACF9
Black with #95ACF9
Text Example
Text Example
White with #95ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95ACF9; }
p { color: rgb(149,172,249); }
H1.HeaderClassName
{
color: #95ACF9;
}
.AnyTagClassName
{
color: #95ACF9;
}
</style>
background-color css
<style>
a { background-color: #95ACF9; }
a { background-color: rgb(149,172,249); }
div.DivClassName
{
background-color: #95ACF9;
}
.BgClassName
{
background-color: #95ACF9;
}
</style>
border-color css
<style>
span { border-color: #95ACF9; }
span { border-color: rgb(149,172,249); }
td.TdClassName
{
border-color: #95ACF9;
}
.TagClassName
{
border-color: #95ACF9;
}
</style>