Shades of Perano #95B3ED
Tints of Perano #95B3ED
RGB
CMYK
RGB Variations
Color information
#95B3ED (or 0x95B3ED) is known color: Perano. HEX triplet: 95, B3 and ED. RGB value is (149,179,237). Sum of RGB (Red+Green+Blue) = 149+179+237=565 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.37% from 565); Green value is 179 (70.31% from 255 or 31.68% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #95B3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B3ED is #6A4C12. Grayscale: #B0B0B0. Windows color (decimal): -6966291 or 15578005. OLE color: 15578005.
HSL color Cylindrical-coordinate representation of color #95B3ED: hue angle of 219.55º 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 #95B3ED is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 179 | 237 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.07 |
| HSL | 219.55º | 0.71% | 0.76% | - |
| HSV(B) | 219.55º | 0.37% | 0.93% | - |
| XYZ | 43.8 | 44.74 | 86.45 | - |
| YUV | 176.64 | 162.06 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 179 | 237 | 0.37 | 0.24 | 0 | 0.07 | 219.55 | 0.71 | 0.76 |
| Hex | 95 | B3 | ED | 25 | 18 | 0 | 7 | DC | 47 | 4C |
| Octal | 225 | 263 | 355 | 45 | 30 | 0 | 7 | 334 | 107 | 114 |
| Binary | 10010101 | 10110011 | 11101101 | 100101 | 11000 | 0 | 111 | 11011100 | 1000111 | 1001100 |
Color Harmonies of #95B3ED
Complementary color
Monochromatic Colors of #95B3ED
Black with #95B3ED
Text Example
Text Example
White with #95B3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B3ED; }
p { color: rgb(149,179,237); }
H1.HeaderClassName
{
color: #95B3ED;
}
.AnyTagClassName
{
color: #95B3ED;
}
</style>
background-color css
<style>
a { background-color: #95B3ED; }
a { background-color: rgb(149,179,237); }
div.DivClassName
{
background-color: #95B3ED;
}
.BgClassName
{
background-color: #95B3ED;
}
</style>
border-color css
<style>
span { border-color: #95B3ED; }
span { border-color: rgb(149,179,237); }
td.TdClassName
{
border-color: #95B3ED;
}
.TagClassName
{
border-color: #95B3ED;
}
</style>