Shades of Perano #95ACF3
Tints of Perano #95ACF3
RGB
CMYK
RGB Variations
Color information
#95ACF3 (or 0x95ACF3) is known color: Perano. HEX triplet: 95, AC and F3. RGB value is (149,172,243). Sum of RGB (Red+Green+Blue) = 149+172+243=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 243 (95.31% from 255 or 43.09% from 564); Max value from RGB is 243 - color contains mainly: blue. Hex color #95ACF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95ACF3 is #6A530C. Grayscale: #ACACAC. Windows color (decimal): -6968077 or 15969429. OLE color: 15969429.
HSL color Cylindrical-coordinate representation of color #95ACF3: hue angle of 225.32º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95ACF3 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 172 | 243 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.05 |
| HSL | 225.32º | 0.8% | 0.77% | - |
| HSV(B) | 225.32º | 0.39% | 0.95% | - |
| XYZ | 43.32 | 42.37 | 90.69 | - |
| YUV | 173.22 | 167.38 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 172 | 243 | 0.39 | 0.29 | 0 | 0.05 | 225.32 | 0.8 | 0.77 |
| Hex | 95 | AC | F3 | 27 | 1D | 0 | 5 | E1 | 50 | 4D |
| Octal | 225 | 254 | 363 | 47 | 35 | 0 | 5 | 341 | 120 | 115 |
| Binary | 10010101 | 10101100 | 11110011 | 100111 | 11101 | 0 | 101 | 11100001 | 1010000 | 1001101 |
Color Harmonies of #95ACF3
Complementary color
Monochromatic Colors of #95ACF3
Black with #95ACF3
Text Example
Text Example
White with #95ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95ACF3; }
p { color: rgb(149,172,243); }
H1.HeaderClassName
{
color: #95ACF3;
}
.AnyTagClassName
{
color: #95ACF3;
}
</style>
background-color css
<style>
a { background-color: #95ACF3; }
a { background-color: rgb(149,172,243); }
div.DivClassName
{
background-color: #95ACF3;
}
.BgClassName
{
background-color: #95ACF3;
}
</style>
border-color css
<style>
span { border-color: #95ACF3; }
span { border-color: rgb(149,172,243); }
td.TdClassName
{
border-color: #95ACF3;
}
.TagClassName
{
border-color: #95ACF3;
}
</style>