Shades of Perano #95B2FF
Tints of Perano #95B2FF
RGB
CMYK
RGB Variations
Color information
#95B2FF (or 0x95B2FF) is known color: Perano. HEX triplet: 95, B2 and FF. RGB value is (149,178,255). Sum of RGB (Red+Green+Blue) = 149+178+255=582 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.60% from 582); Green value is 178 (69.92% from 255 or 30.58% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #95B2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95B2FF is #6A4D00. Grayscale: #B1B1B1. Windows color (decimal): -6966529 or 16757397. OLE color: 16757397.
HSL color Cylindrical-coordinate representation of color #95B2FF: hue angle of 223.58º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95B2FF is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 178 | 255 | - |
| CMYK | 0.42 | 0.30 | 0 | 0 |
| HSL | 223.58º | 1% | 0.79% | - |
| HSV(B) | 223.58º | 0.42% | 1% | - |
| XYZ | 46.36 | 45.45 | 100.94 | - |
| YUV | 178.11 | 171.39 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 178 | 255 | 0.42 | 0.30 | 0 | 0 | 223.58 | 1 | 0.79 |
| Hex | 95 | B2 | FF | 2A | 1E | 0 | 0 | E0 | 64 | 4F |
| Octal | 225 | 262 | 377 | 52 | 36 | 0 | 0 | 340 | 144 | 117 |
| Binary | 10010101 | 10110010 | 11111111 | 101010 | 11110 | 0 | 0 | 11100000 | 1100100 | 1001111 |
Color Harmonies of #95B2FF
Complementary color
Monochromatic Colors of #95B2FF
Black with #95B2FF
Text Example
Text Example
White with #95B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B2FF; }
p { color: rgb(149,178,255); }
H1.HeaderClassName
{
color: #95B2FF;
}
.AnyTagClassName
{
color: #95B2FF;
}
</style>
background-color css
<style>
a { background-color: #95B2FF; }
a { background-color: rgb(149,178,255); }
div.DivClassName
{
background-color: #95B2FF;
}
.BgClassName
{
background-color: #95B2FF;
}
</style>
border-color css
<style>
span { border-color: #95B2FF; }
span { border-color: rgb(149,178,255); }
td.TdClassName
{
border-color: #95B2FF;
}
.TagClassName
{
border-color: #95B2FF;
}
</style>