Shades of Perano #95ACF6
Tints of Perano #95ACF6
RGB
CMYK
RGB Variations
Color information
#95ACF6 (or 0x95ACF6) is known color: Perano. HEX triplet: 95, AC and F6. RGB value is (149,172,246). Sum of RGB (Red+Green+Blue) = 149+172+246=567 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.28% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #95ACF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95ACF6 is #6A5309. Grayscale: #ADADAD. Windows color (decimal): -6968074 or 16166037. OLE color: 16166037.
HSL color Cylindrical-coordinate representation of color #95ACF6: hue angle of 225.77º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95ACF6 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 172 | 246 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.04 |
| HSL | 225.77º | 0.84% | 0.77% | - |
| HSV(B) | 225.77º | 0.39% | 0.96% | - |
| XYZ | 43.78 | 42.55 | 93.09 | - |
| YUV | 173.56 | 168.88 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 172 | 246 | 0.39 | 0.30 | 0 | 0.04 | 225.77 | 0.84 | 0.77 |
| Hex | 95 | AC | F6 | 27 | 1E | 0 | 4 | E2 | 54 | 4D |
| Octal | 225 | 254 | 366 | 47 | 36 | 0 | 4 | 342 | 124 | 115 |
| Binary | 10010101 | 10101100 | 11110110 | 100111 | 11110 | 0 | 100 | 11100010 | 1010100 | 1001101 |
Color Harmonies of #95ACF6
Complementary color
Monochromatic Colors of #95ACF6
Black with #95ACF6
Text Example
Text Example
White with #95ACF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95ACF6; }
p { color: rgb(149,172,246); }
H1.HeaderClassName
{
color: #95ACF6;
}
.AnyTagClassName
{
color: #95ACF6;
}
</style>
background-color css
<style>
a { background-color: #95ACF6; }
a { background-color: rgb(149,172,246); }
div.DivClassName
{
background-color: #95ACF6;
}
.BgClassName
{
background-color: #95ACF6;
}
</style>
border-color css
<style>
span { border-color: #95ACF6; }
span { border-color: rgb(149,172,246); }
td.TdClassName
{
border-color: #95ACF6;
}
.TagClassName
{
border-color: #95ACF6;
}
</style>