Shades of Heather #99B9CF
Tints of Heather #99B9CF
RGB
CMYK
RGB Variations
Color information
#99B9CF (or 0x99B9CF) is known color: Heather. HEX triplet: 99, B9 and CF. RGB value is (153,185,207). Sum of RGB (Red+Green+Blue) = 153+185+207=545 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.07% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #99B9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B9CF is #664630. Grayscale: #B1B1B1. Windows color (decimal): -6702641 or 13613465. OLE color: 13613465.
HSL color Cylindrical-coordinate representation of color #99B9CF: hue angle of 204.44º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99B9CF is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 185 | 207 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.19 |
| HSL | 204.44º | 0.36% | 0.71% | - |
| HSV(B) | 204.44º | 0.26% | 0.81% | - |
| XYZ | 41.75 | 45.98 | 65.71 | - |
| YUV | 177.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 185 | 207 | 0.26 | 0.11 | 0 | 0.19 | 204.44 | 0.36 | 0.71 |
| Hex | 99 | B9 | CF | 1A | B | 0 | 13 | CC | 24 | 47 |
| Octal | 231 | 271 | 317 | 32 | 13 | 0 | 23 | 314 | 44 | 107 |
| Binary | 10011001 | 10111001 | 11001111 | 11010 | 1011 | 0 | 10011 | 11001100 | 100100 | 1000111 |
Color Harmonies of #99B9CF
Complementary color
Monochromatic Colors of #99B9CF
Black with #99B9CF
Text Example
Text Example
White with #99B9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B9CF; }
p { color: rgb(153,185,207); }
H1.HeaderClassName
{
color: #99B9CF;
}
.AnyTagClassName
{
color: #99B9CF;
}
</style>
background-color css
<style>
a { background-color: #99B9CF; }
a { background-color: rgb(153,185,207); }
div.DivClassName
{
background-color: #99B9CF;
}
.BgClassName
{
background-color: #99B9CF;
}
</style>
border-color css
<style>
span { border-color: #99B9CF; }
span { border-color: rgb(153,185,207); }
td.TdClassName
{
border-color: #99B9CF;
}
.TagClassName
{
border-color: #99B9CF;
}
</style>