Shades of Perano #95B7ED
Tints of Perano #95B7ED
RGB
CMYK
RGB Variations
Color information
#95B7ED (or 0x95B7ED) is known color: Perano. HEX triplet: 95, B7 and ED. RGB value is (149,183,237). Sum of RGB (Red+Green+Blue) = 149+183+237=569 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.19% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #95B7ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B7ED is #6A4812. Grayscale: #B2B2B2. Windows color (decimal): -6965267 or 15579029. OLE color: 15579029.
HSL color Cylindrical-coordinate representation of color #95B7ED: hue angle of 216.82º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95B7ED is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 183 | 237 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.07 |
| HSL | 216.82º | 0.71% | 0.76% | - |
| HSV(B) | 216.82º | 0.37% | 0.93% | - |
| XYZ | 44.61 | 46.37 | 86.72 | - |
| YUV | 178.99 | 160.74 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 183 | 237 | 0.37 | 0.23 | 0 | 0.07 | 216.82 | 0.71 | 0.76 |
| Hex | 95 | B7 | ED | 25 | 17 | 0 | 7 | D9 | 47 | 4C |
| Octal | 225 | 267 | 355 | 45 | 27 | 0 | 7 | 331 | 107 | 114 |
| Binary | 10010101 | 10110111 | 11101101 | 100101 | 10111 | 0 | 111 | 11011001 | 1000111 | 1001100 |
Color Harmonies of #95B7ED
Complementary color
Monochromatic Colors of #95B7ED
Black with #95B7ED
Text Example
Text Example
White with #95B7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B7ED; }
p { color: rgb(149,183,237); }
H1.HeaderClassName
{
color: #95B7ED;
}
.AnyTagClassName
{
color: #95B7ED;
}
</style>
background-color css
<style>
a { background-color: #95B7ED; }
a { background-color: rgb(149,183,237); }
div.DivClassName
{
background-color: #95B7ED;
}
.BgClassName
{
background-color: #95B7ED;
}
</style>
border-color css
<style>
span { border-color: #95B7ED; }
span { border-color: rgb(149,183,237); }
td.TdClassName
{
border-color: #95B7ED;
}
.TagClassName
{
border-color: #95B7ED;
}
</style>