Shades of Perano #96B1E5
Tints of Perano #96B1E5
RGB
CMYK
RGB Variations
Color information
#96B1E5 (or 0x96B1E5) is known color: Perano. HEX triplet: 96, B1 and E5. RGB value is (150,177,229). Sum of RGB (Red+Green+Blue) = 150+177+229=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #96B1E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B1E5 is #694E1A. Grayscale: #AEAEAE. Windows color (decimal): -6901275 or 15053206. OLE color: 15053206.
HSL color Cylindrical-coordinate representation of color #96B1E5: hue angle of 219.49º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96B1E5 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 177 | 229 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.10 |
| HSL | 219.49º | 0.6% | 0.74% | - |
| HSV(B) | 219.49º | 0.34% | 0.9% | - |
| XYZ | 42.44 | 43.59 | 80.3 | - |
| YUV | 174.86 | 158.55 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 177 | 229 | 0.34 | 0.23 | 0 | 0.10 | 219.49 | 0.6 | 0.74 |
| Hex | 96 | B1 | E5 | 22 | 17 | 0 | A | DB | 3C | 4A |
| Octal | 226 | 261 | 345 | 42 | 27 | 0 | 12 | 333 | 74 | 112 |
| Binary | 10010110 | 10110001 | 11100101 | 100010 | 10111 | 0 | 1010 | 11011011 | 111100 | 1001010 |
Color Harmonies of #96B1E5
Complementary color
Monochromatic Colors of #96B1E5
Black with #96B1E5
Text Example
Text Example
White with #96B1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B1E5; }
p { color: rgb(150,177,229); }
H1.HeaderClassName
{
color: #96B1E5;
}
.AnyTagClassName
{
color: #96B1E5;
}
</style>
background-color css
<style>
a { background-color: #96B1E5; }
a { background-color: rgb(150,177,229); }
div.DivClassName
{
background-color: #96B1E5;
}
.BgClassName
{
background-color: #96B1E5;
}
</style>
border-color css
<style>
span { border-color: #96B1E5; }
span { border-color: rgb(150,177,229); }
td.TdClassName
{
border-color: #96B1E5;
}
.TagClassName
{
border-color: #96B1E5;
}
</style>