Shades of Perano #95B7EF
Tints of Perano #95B7EF
RGB
CMYK
RGB Variations
Color information
#95B7EF (or 0x95B7EF) is known color: Perano. HEX triplet: 95, B7 and EF. RGB value is (149,183,239). Sum of RGB (Red+Green+Blue) = 149+183+239=571 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.09% from 571); Green value is 183 (71.88% from 255 or 32.05% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #95B7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B7EF is #6A4810. Grayscale: #B2B2B2. Windows color (decimal): -6965265 or 15710101. OLE color: 15710101.
HSL color Cylindrical-coordinate representation of color #95B7EF: hue angle of 217.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95B7EF is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 183 | 239 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.06 |
| HSL | 217.33º | 0.74% | 0.76% | - |
| HSV(B) | 217.33º | 0.38% | 0.94% | - |
| XYZ | 44.91 | 46.49 | 88.27 | - |
| YUV | 179.22 | 161.74 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 183 | 239 | 0.38 | 0.23 | 0 | 0.06 | 217.33 | 0.74 | 0.76 |
| Hex | 95 | B7 | EF | 26 | 17 | 0 | 6 | D9 | 4A | 4C |
| Octal | 225 | 267 | 357 | 46 | 27 | 0 | 6 | 331 | 112 | 114 |
| Binary | 10010101 | 10110111 | 11101111 | 100110 | 10111 | 0 | 110 | 11011001 | 1001010 | 1001100 |
Color Harmonies of #95B7EF
Complementary color
Monochromatic Colors of #95B7EF
Black with #95B7EF
Text Example
Text Example
White with #95B7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B7EF; }
p { color: rgb(149,183,239); }
H1.HeaderClassName
{
color: #95B7EF;
}
.AnyTagClassName
{
color: #95B7EF;
}
</style>
background-color css
<style>
a { background-color: #95B7EF; }
a { background-color: rgb(149,183,239); }
div.DivClassName
{
background-color: #95B7EF;
}
.BgClassName
{
background-color: #95B7EF;
}
</style>
border-color css
<style>
span { border-color: #95B7EF; }
span { border-color: rgb(149,183,239); }
td.TdClassName
{
border-color: #95B7EF;
}
.TagClassName
{
border-color: #95B7EF;
}
</style>