Shades of Perano #95B8EF
Tints of Perano #95B8EF
RGB
CMYK
RGB Variations
Color information
#95B8EF (or 0x95B8EF) is known color: Perano. HEX triplet: 95, B8 and EF. RGB value is (149,184,239). Sum of RGB (Red+Green+Blue) = 149+184+239=572 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.05% from 572); Green value is 184 (72.27% from 255 or 32.17% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #95B8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B8EF is #6A4710. Grayscale: #B3B3B3. Windows color (decimal): -6965009 or 15710357. OLE color: 15710357.
HSL color Cylindrical-coordinate representation of color #95B8EF: hue angle of 216.67º 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 #95B8EF is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 184 | 239 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.06 |
| HSL | 216.67º | 0.74% | 0.76% | - |
| HSV(B) | 216.67º | 0.38% | 0.94% | - |
| XYZ | 45.11 | 46.9 | 88.34 | - |
| YUV | 179.81 | 161.4 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 184 | 239 | 0.38 | 0.23 | 0 | 0.06 | 216.67 | 0.74 | 0.76 |
| Hex | 95 | B8 | EF | 26 | 17 | 0 | 6 | D9 | 4A | 4C |
| Octal | 225 | 270 | 357 | 46 | 27 | 0 | 6 | 331 | 112 | 114 |
| Binary | 10010101 | 10111000 | 11101111 | 100110 | 10111 | 0 | 110 | 11011001 | 1001010 | 1001100 |
Color Harmonies of #95B8EF
Complementary color
Monochromatic Colors of #95B8EF
Black with #95B8EF
Text Example
Text Example
White with #95B8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B8EF; }
p { color: rgb(149,184,239); }
H1.HeaderClassName
{
color: #95B8EF;
}
.AnyTagClassName
{
color: #95B8EF;
}
</style>
background-color css
<style>
a { background-color: #95B8EF; }
a { background-color: rgb(149,184,239); }
div.DivClassName
{
background-color: #95B8EF;
}
.BgClassName
{
background-color: #95B8EF;
}
</style>
border-color css
<style>
span { border-color: #95B8EF; }
span { border-color: rgb(149,184,239); }
td.TdClassName
{
border-color: #95B8EF;
}
.TagClassName
{
border-color: #95B8EF;
}
</style>