Shades of Heather #9AB9CC
Tints of Heather #9AB9CC
RGB
CMYK
RGB Variations
Color information
#9AB9CC (or 0x9AB9CC) is known color: Heather. HEX triplet: 9A, B9 and CC. RGB value is (154,185,204). Sum of RGB (Red+Green+Blue) = 154+185+204=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #9AB9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB9CC is #654633. Grayscale: #B1B1B1. Windows color (decimal): -6637108 or 13416858. OLE color: 13416858.
HSL color Cylindrical-coordinate representation of color #9AB9CC: hue angle of 202.8º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9AB9CC is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 185 | 204 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.2 |
| HSL | 202.8º | 0.33% | 0.7% | - |
| HSV(B) | 202.8º | 0.25% | 0.8% | - |
| XYZ | 41.57 | 45.93 | 63.8 | - |
| YUV | 177.9 | 142.73 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 204 | 0.25 | 0.09 | 0 | 0.2 | 202.8 | 0.33 | 0.7 |
| Hex | 9A | B9 | CC | 19 | 9 | 0 | 14 | CB | 21 | 46 |
| Octal | 232 | 271 | 314 | 31 | 11 | 0 | 24 | 313 | 41 | 106 |
| Binary | 10011010 | 10111001 | 11001100 | 11001 | 1001 | 0 | 10100 | 11001011 | 100001 | 1000110 |
Color Harmonies of #9AB9CC
Complementary color
Monochromatic Colors of #9AB9CC
Black with #9AB9CC
Text Example
Text Example
White with #9AB9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB9CC; }
p { color: rgb(154,185,204); }
H1.HeaderClassName
{
color: #9AB9CC;
}
.AnyTagClassName
{
color: #9AB9CC;
}
</style>
background-color css
<style>
a { background-color: #9AB9CC; }
a { background-color: rgb(154,185,204); }
div.DivClassName
{
background-color: #9AB9CC;
}
.BgClassName
{
background-color: #9AB9CC;
}
</style>
border-color css
<style>
span { border-color: #9AB9CC; }
span { border-color: rgb(154,185,204); }
td.TdClassName
{
border-color: #9AB9CC;
}
.TagClassName
{
border-color: #9AB9CC;
}
</style>