Shades of Perano #99B0E5
Tints of Perano #99B0E5
RGB
CMYK
RGB Variations
Color information
#99B0E5 (or 0x99B0E5) is known color: Perano. HEX triplet: 99, B0 and E5. RGB value is (153,176,229). Sum of RGB (Red+Green+Blue) = 153+176+229=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 176 (69.14% from 255 or 31.54% 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 #99B0E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B0E5 is #664F1A. Grayscale: #AEAEAE. Windows color (decimal): -6704923 or 15052953. OLE color: 15052953.
HSL color Cylindrical-coordinate representation of color #99B0E5: hue angle of 221.84º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99B0E5 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 176 | 229 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.10 |
| HSL | 221.84º | 0.59% | 0.75% | - |
| HSV(B) | 221.84º | 0.33% | 0.9% | - |
| XYZ | 42.81 | 43.48 | 80.27 | - |
| YUV | 175.17 | 158.38 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 176 | 229 | 0.33 | 0.23 | 0 | 0.10 | 221.84 | 0.59 | 0.75 |
| Hex | 99 | B0 | E5 | 21 | 17 | 0 | A | DE | 3B | 4B |
| Octal | 231 | 260 | 345 | 41 | 27 | 0 | 12 | 336 | 73 | 113 |
| Binary | 10011001 | 10110000 | 11100101 | 100001 | 10111 | 0 | 1010 | 11011110 | 111011 | 1001011 |
Color Harmonies of #99B0E5
Complementary color
Monochromatic Colors of #99B0E5
Black with #99B0E5
Text Example
Text Example
White with #99B0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B0E5; }
p { color: rgb(153,176,229); }
H1.HeaderClassName
{
color: #99B0E5;
}
.AnyTagClassName
{
color: #99B0E5;
}
</style>
background-color css
<style>
a { background-color: #99B0E5; }
a { background-color: rgb(153,176,229); }
div.DivClassName
{
background-color: #99B0E5;
}
.BgClassName
{
background-color: #99B0E5;
}
</style>
border-color css
<style>
span { border-color: #99B0E5; }
span { border-color: rgb(153,176,229); }
td.TdClassName
{
border-color: #99B0E5;
}
.TagClassName
{
border-color: #99B0E5;
}
</style>