Shades of Nepal #98B9CC
Tints of Nepal #98B9CC
RGB
CMYK
RGB Variations
Color information
#98B9CC (or 0x98B9CC) is known color: Nepal. HEX triplet: 98, B9 and CC. RGB value is (152,185,204). Sum of RGB (Red+Green+Blue) = 152+185+204=541 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.10% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #98B9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B9CC is #674633. Grayscale: #B1B1B1. Windows color (decimal): -6768180 or 13416856. OLE color: 13416856.
HSL color Cylindrical-coordinate representation of color #98B9CC: hue angle of 201.92º degrees, saturation: 0.34, 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 #98B9CC is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 185 | 204 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.2 |
| HSL | 201.92º | 0.34% | 0.7% | - |
| HSV(B) | 201.92º | 0.25% | 0.8% | - |
| XYZ | 41.2 | 45.73 | 63.78 | - |
| YUV | 177.3 | 143.07 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 185 | 204 | 0.25 | 0.09 | 0 | 0.2 | 201.92 | 0.34 | 0.7 |
| Hex | 98 | B9 | CC | 19 | 9 | 0 | 14 | CA | 22 | 46 |
| Octal | 230 | 271 | 314 | 31 | 11 | 0 | 24 | 312 | 42 | 106 |
| Binary | 10011000 | 10111001 | 11001100 | 11001 | 1001 | 0 | 10100 | 11001010 | 100010 | 1000110 |
Color Harmonies of #98B9CC
Complementary color
Monochromatic Colors of #98B9CC
Black with #98B9CC
Text Example
Text Example
White with #98B9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B9CC; }
p { color: rgb(152,185,204); }
H1.HeaderClassName
{
color: #98B9CC;
}
.AnyTagClassName
{
color: #98B9CC;
}
</style>
background-color css
<style>
a { background-color: #98B9CC; }
a { background-color: rgb(152,185,204); }
div.DivClassName
{
background-color: #98B9CC;
}
.BgClassName
{
background-color: #98B9CC;
}
</style>
border-color css
<style>
span { border-color: #98B9CC; }
span { border-color: rgb(152,185,204); }
td.TdClassName
{
border-color: #98B9CC;
}
.TagClassName
{
border-color: #98B9CC;
}
</style>