Shades of Perano #99B6E9
Tints of Perano #99B6E9
RGB
CMYK
RGB Variations
Color information
#99B6E9 (or 0x99B6E9) is known color: Perano. HEX triplet: 99, B6 and E9. RGB value is (153,182,233). Sum of RGB (Red+Green+Blue) = 153+182+233=568 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.94% from 568); Green value is 182 (71.48% from 255 or 32.04% from 568); Blue value is 233 (91.41% from 255 or 41.02% from 568); Max value from RGB is 233 - color contains mainly: blue. Hex color #99B6E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99B6E9 is #664916. Grayscale: #B2B2B2. Windows color (decimal): -6703383 or 15316633. OLE color: 15316633.
HSL color Cylindrical-coordinate representation of color #99B6E9: hue angle of 218.25º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99B6E9 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 182 | 233 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.09 |
| HSL | 218.25º | 0.65% | 0.76% | - |
| HSV(B) | 218.25º | 0.34% | 0.91% | - |
| XYZ | 44.57 | 46.11 | 83.64 | - |
| YUV | 179.14 | 158.39 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 182 | 233 | 0.34 | 0.22 | 0 | 0.09 | 218.25 | 0.65 | 0.76 |
| Hex | 99 | B6 | E9 | 22 | 16 | 0 | 9 | DA | 41 | 4C |
| Octal | 231 | 266 | 351 | 42 | 26 | 0 | 11 | 332 | 101 | 114 |
| Binary | 10011001 | 10110110 | 11101001 | 100010 | 10110 | 0 | 1001 | 11011010 | 1000001 | 1001100 |
Color Harmonies of #99B6E9
Complementary color
Monochromatic Colors of #99B6E9
Black with #99B6E9
Text Example
Text Example
White with #99B6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B6E9; }
p { color: rgb(153,182,233); }
H1.HeaderClassName
{
color: #99B6E9;
}
.AnyTagClassName
{
color: #99B6E9;
}
</style>
background-color css
<style>
a { background-color: #99B6E9; }
a { background-color: rgb(153,182,233); }
div.DivClassName
{
background-color: #99B6E9;
}
.BgClassName
{
background-color: #99B6E9;
}
</style>
border-color css
<style>
span { border-color: #99B6E9; }
span { border-color: rgb(153,182,233); }
td.TdClassName
{
border-color: #99B6E9;
}
.TagClassName
{
border-color: #99B6E9;
}
</style>