Shades of Perano #99B9E5
Tints of Perano #99B9E5
RGB
CMYK
RGB Variations
Color information
#99B9E5 (or 0x99B9E5) is known color: Perano. HEX triplet: 99, B9 and E5. RGB value is (153,185,229). Sum of RGB (Red+Green+Blue) = 153+185+229=567 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.98% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 229 - color contains mainly: blue. Hex color #99B9E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B9E5 is #66461A. Grayscale: #B4B4B4. Windows color (decimal): -6702619 or 15055257. OLE color: 15055257.
HSL color Cylindrical-coordinate representation of color #99B9E5: hue angle of 214.74º 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 #99B9E5 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 185 | 229 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.10 |
| HSL | 214.74º | 0.59% | 0.75% | - |
| HSV(B) | 214.74º | 0.33% | 0.9% | - |
| XYZ | 44.63 | 47.13 | 80.87 | - |
| YUV | 180.45 | 155.4 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 185 | 229 | 0.33 | 0.19 | 0 | 0.10 | 214.74 | 0.59 | 0.75 |
| Hex | 99 | B9 | E5 | 21 | 13 | 0 | A | D7 | 3B | 4B |
| Octal | 231 | 271 | 345 | 41 | 23 | 0 | 12 | 327 | 73 | 113 |
| Binary | 10011001 | 10111001 | 11100101 | 100001 | 10011 | 0 | 1010 | 11010111 | 111011 | 1001011 |
Color Harmonies of #99B9E5
Complementary color
Monochromatic Colors of #99B9E5
Black with #99B9E5
Text Example
Text Example
White with #99B9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B9E5; }
p { color: rgb(153,185,229); }
H1.HeaderClassName
{
color: #99B9E5;
}
.AnyTagClassName
{
color: #99B9E5;
}
</style>
background-color css
<style>
a { background-color: #99B9E5; }
a { background-color: rgb(153,185,229); }
div.DivClassName
{
background-color: #99B9E5;
}
.BgClassName
{
background-color: #99B9E5;
}
</style>
border-color css
<style>
span { border-color: #99B9E5; }
span { border-color: rgb(153,185,229); }
td.TdClassName
{
border-color: #99B9E5;
}
.TagClassName
{
border-color: #99B9E5;
}
</style>