Shades of Nepal #89ABC3
Tints of Nepal #89ABC3
RGB
CMYK
RGB Variations
Color information
#89ABC3 (or 0x89ABC3) is known color: Nepal. HEX triplet: 89, AB and C3. RGB value is (137,171,195). Sum of RGB (Red+Green+Blue) = 137+171+195=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 195 - color contains mainly: blue. Hex color #89ABC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ABC3 is #76543C. Grayscale: #A3A3A3. Windows color (decimal): -7754813 or 12823433. OLE color: 12823433.
HSL color Cylindrical-coordinate representation of color #89ABC3: hue angle of 204.83º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89ABC3 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 171 | 195 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.24 |
| HSL | 204.83º | 0.33% | 0.65% | - |
| HSV(B) | 204.83º | 0.3% | 0.76% | - |
| XYZ | 34.73 | 38.38 | 57.21 | - |
| YUV | 163.57 | 145.74 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 171 | 195 | 0.30 | 0.12 | 0 | 0.24 | 204.83 | 0.33 | 0.65 |
| Hex | 89 | AB | C3 | 1E | C | 0 | 18 | CD | 21 | 41 |
| Octal | 211 | 253 | 303 | 36 | 14 | 0 | 30 | 315 | 41 | 101 |
| Binary | 10001001 | 10101011 | 11000011 | 11110 | 1100 | 0 | 11000 | 11001101 | 100001 | 1000001 |
Color Harmonies of #89ABC3
Complementary color
Monochromatic Colors of #89ABC3
Black with #89ABC3
Text Example
Text Example
White with #89ABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ABC3; }
p { color: rgb(137,171,195); }
H1.HeaderClassName
{
color: #89ABC3;
}
.AnyTagClassName
{
color: #89ABC3;
}
</style>
background-color css
<style>
a { background-color: #89ABC3; }
a { background-color: rgb(137,171,195); }
div.DivClassName
{
background-color: #89ABC3;
}
.BgClassName
{
background-color: #89ABC3;
}
</style>
border-color css
<style>
span { border-color: #89ABC3; }
span { border-color: rgb(137,171,195); }
td.TdClassName
{
border-color: #89ABC3;
}
.TagClassName
{
border-color: #89ABC3;
}
</style>