Shades of Perano #95B4E5
Tints of Perano #95B4E5
RGB
CMYK
RGB Variations
Color information
#95B4E5 (or 0x95B4E5) is known color: Perano. HEX triplet: 95, B4 and E5. RGB value is (149,180,229). Sum of RGB (Red+Green+Blue) = 149+180+229=558 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.70% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #95B4E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B4E5 is #6A4B1A. Grayscale: #B0B0B0. Windows color (decimal): -6966043 or 15053973. OLE color: 15053973.
HSL color Cylindrical-coordinate representation of color #95B4E5: hue angle of 216.75º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95B4E5 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 180 | 229 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.10 |
| HSL | 216.75º | 0.61% | 0.74% | - |
| HSV(B) | 216.75º | 0.35% | 0.9% | - |
| XYZ | 42.86 | 44.69 | 80.5 | - |
| YUV | 176.32 | 157.73 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 180 | 229 | 0.35 | 0.21 | 0 | 0.10 | 216.75 | 0.61 | 0.74 |
| Hex | 95 | B4 | E5 | 23 | 15 | 0 | A | D9 | 3D | 4A |
| Octal | 225 | 264 | 345 | 43 | 25 | 0 | 12 | 331 | 75 | 112 |
| Binary | 10010101 | 10110100 | 11100101 | 100011 | 10101 | 0 | 1010 | 11011001 | 111101 | 1001010 |
Color Harmonies of #95B4E5
Complementary color
Monochromatic Colors of #95B4E5
Black with #95B4E5
Text Example
Text Example
White with #95B4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B4E5; }
p { color: rgb(149,180,229); }
H1.HeaderClassName
{
color: #95B4E5;
}
.AnyTagClassName
{
color: #95B4E5;
}
</style>
background-color css
<style>
a { background-color: #95B4E5; }
a { background-color: rgb(149,180,229); }
div.DivClassName
{
background-color: #95B4E5;
}
.BgClassName
{
background-color: #95B4E5;
}
</style>
border-color css
<style>
span { border-color: #95B4E5; }
span { border-color: rgb(149,180,229); }
td.TdClassName
{
border-color: #95B4E5;
}
.TagClassName
{
border-color: #95B4E5;
}
</style>