Shades of Perano #95B1EC
Tints of Perano #95B1EC
RGB
CMYK
RGB Variations
Color information
#95B1EC (or 0x95B1EC) is known color: Perano. HEX triplet: 95, B1 and EC. RGB value is (149,177,236). Sum of RGB (Red+Green+Blue) = 149+177+236=562 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.51% from 562); Green value is 177 (69.53% from 255 or 31.49% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #95B1EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95B1EC is #6A4E13. Grayscale: #AFAFAF. Windows color (decimal): -6966804 or 15511957. OLE color: 15511957.
HSL color Cylindrical-coordinate representation of color #95B1EC: hue angle of 220.69º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95B1EC is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 177 | 236 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.07 |
| HSL | 220.69º | 0.7% | 0.75% | - |
| HSV(B) | 220.69º | 0.37% | 0.93% | - |
| XYZ | 43.26 | 43.89 | 85.55 | - |
| YUV | 175.35 | 162.22 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 177 | 236 | 0.37 | 0.25 | 0 | 0.07 | 220.69 | 0.7 | 0.75 |
| Hex | 95 | B1 | EC | 25 | 19 | 0 | 7 | DD | 46 | 4B |
| Octal | 225 | 261 | 354 | 45 | 31 | 0 | 7 | 335 | 106 | 113 |
| Binary | 10010101 | 10110001 | 11101100 | 100101 | 11001 | 0 | 111 | 11011101 | 1000110 | 1001011 |
Color Harmonies of #95B1EC
Complementary color
Monochromatic Colors of #95B1EC
Black with #95B1EC
Text Example
Text Example
White with #95B1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B1EC; }
p { color: rgb(149,177,236); }
H1.HeaderClassName
{
color: #95B1EC;
}
.AnyTagClassName
{
color: #95B1EC;
}
</style>
background-color css
<style>
a { background-color: #95B1EC; }
a { background-color: rgb(149,177,236); }
div.DivClassName
{
background-color: #95B1EC;
}
.BgClassName
{
background-color: #95B1EC;
}
</style>
border-color css
<style>
span { border-color: #95B1EC; }
span { border-color: rgb(149,177,236); }
td.TdClassName
{
border-color: #95B1EC;
}
.TagClassName
{
border-color: #95B1EC;
}
</style>