Shades of Perano #99B1E7
Tints of Perano #99B1E7
RGB
CMYK
RGB Variations
Color information
#99B1E7 (or 0x99B1E7) is known color: Perano. HEX triplet: 99, B1 and E7. RGB value is (153,177,231). Sum of RGB (Red+Green+Blue) = 153+177+231=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #99B1E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99B1E7 is #664E18. Grayscale: #AFAFAF. Windows color (decimal): -6704665 or 15184281. OLE color: 15184281.
HSL color Cylindrical-coordinate representation of color #99B1E7: hue angle of 221.54º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99B1E7 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 177 | 231 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.09 |
| HSL | 221.54º | 0.62% | 0.75% | - |
| HSV(B) | 221.54º | 0.34% | 0.91% | - |
| XYZ | 43.28 | 43.99 | 81.81 | - |
| YUV | 175.98 | 159.05 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 177 | 231 | 0.34 | 0.23 | 0 | 0.09 | 221.54 | 0.62 | 0.75 |
| Hex | 99 | B1 | E7 | 22 | 17 | 0 | 9 | DE | 3E | 4B |
| Octal | 231 | 261 | 347 | 42 | 27 | 0 | 11 | 336 | 76 | 113 |
| Binary | 10011001 | 10110001 | 11100111 | 100010 | 10111 | 0 | 1001 | 11011110 | 111110 | 1001011 |
Color Harmonies of #99B1E7
Complementary color
Monochromatic Colors of #99B1E7
Black with #99B1E7
Text Example
Text Example
White with #99B1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B1E7; }
p { color: rgb(153,177,231); }
H1.HeaderClassName
{
color: #99B1E7;
}
.AnyTagClassName
{
color: #99B1E7;
}
</style>
background-color css
<style>
a { background-color: #99B1E7; }
a { background-color: rgb(153,177,231); }
div.DivClassName
{
background-color: #99B1E7;
}
.BgClassName
{
background-color: #99B1E7;
}
</style>
border-color css
<style>
span { border-color: #99B1E7; }
span { border-color: rgb(153,177,231); }
td.TdClassName
{
border-color: #99B1E7;
}
.TagClassName
{
border-color: #99B1E7;
}
</style>