Shades of Heather #9ABDC8
Tints of Heather #9ABDC8
RGB
CMYK
RGB Variations
Color information
#9ABDC8 (or 0x9ABDC8) is known color: Heather. HEX triplet: 9A, BD and C8. RGB value is (154,189,200). Sum of RGB (Red+Green+Blue) = 154+189+200=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 200 - color contains mainly: blue. Hex color #9ABDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDC8 is #654237. Grayscale: #B3B3B3. Windows color (decimal): -6636088 or 13155738. OLE color: 13155738.
HSL color Cylindrical-coordinate representation of color #9ABDC8: hue angle of 194.35º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ABDC8 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 189 | 200 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.22 |
| HSL | 194.35º | 0.29% | 0.69% | - |
| HSV(B) | 194.35º | 0.23% | 0.78% | - |
| XYZ | 41.95 | 47.44 | 61.59 | - |
| YUV | 179.79 | 139.4 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 200 | 0.23 | 0.06 | 0 | 0.22 | 194.35 | 0.29 | 0.69 |
| Hex | 9A | BD | C8 | 17 | 6 | 0 | 16 | C2 | 1D | 45 |
| Octal | 232 | 275 | 310 | 27 | 6 | 0 | 26 | 302 | 35 | 105 |
| Binary | 10011010 | 10111101 | 11001000 | 10111 | 110 | 0 | 10110 | 11000010 | 11101 | 1000101 |
Color Harmonies of #9ABDC8
Complementary color
Monochromatic Colors of #9ABDC8
Black with #9ABDC8
Text Example
Text Example
White with #9ABDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABDC8; }
p { color: rgb(154,189,200); }
H1.HeaderClassName
{
color: #9ABDC8;
}
.AnyTagClassName
{
color: #9ABDC8;
}
</style>
background-color css
<style>
a { background-color: #9ABDC8; }
a { background-color: rgb(154,189,200); }
div.DivClassName
{
background-color: #9ABDC8;
}
.BgClassName
{
background-color: #9ABDC8;
}
</style>
border-color css
<style>
span { border-color: #9ABDC8; }
span { border-color: rgb(154,189,200); }
td.TdClassName
{
border-color: #9ABDC8;
}
.TagClassName
{
border-color: #9ABDC8;
}
</style>