Shades of Perano #95B4FB
Tints of Perano #95B4FB
RGB
CMYK
RGB Variations
Color information
#95B4FB (or 0x95B4FB) is known color: Perano. HEX triplet: 95, B4 and FB. RGB value is (149,180,251). Sum of RGB (Red+Green+Blue) = 149+180+251=580 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.69% from 580); Green value is 180 (70.70% from 255 or 31.03% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #95B4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B4FB is #6A4B04. Grayscale: #B2B2B2. Windows color (decimal): -6966021 or 16495765. OLE color: 16495765.
HSL color Cylindrical-coordinate representation of color #95B4FB: hue angle of 221.76º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95B4FB is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 180 | 251 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.02 |
| HSL | 221.76º | 0.93% | 0.78% | - |
| HSV(B) | 221.76º | 0.41% | 0.98% | - |
| XYZ | 46.13 | 46 | 97.71 | - |
| YUV | 178.83 | 168.73 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 180 | 251 | 0.41 | 0.28 | 0 | 0.02 | 221.76 | 0.93 | 0.78 |
| Hex | 95 | B4 | FB | 29 | 1C | 0 | 2 | DE | 5D | 4E |
| Octal | 225 | 264 | 373 | 51 | 34 | 0 | 2 | 336 | 135 | 116 |
| Binary | 10010101 | 10110100 | 11111011 | 101001 | 11100 | 0 | 10 | 11011110 | 1011101 | 1001110 |
Color Harmonies of #95B4FB
Complementary color
Monochromatic Colors of #95B4FB
Black with #95B4FB
Text Example
Text Example
White with #95B4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B4FB; }
p { color: rgb(149,180,251); }
H1.HeaderClassName
{
color: #95B4FB;
}
.AnyTagClassName
{
color: #95B4FB;
}
</style>
background-color css
<style>
a { background-color: #95B4FB; }
a { background-color: rgb(149,180,251); }
div.DivClassName
{
background-color: #95B4FB;
}
.BgClassName
{
background-color: #95B4FB;
}
</style>
border-color css
<style>
span { border-color: #95B4FB; }
span { border-color: rgb(149,180,251); }
td.TdClassName
{
border-color: #95B4FB;
}
.TagClassName
{
border-color: #95B4FB;
}
</style>