Shades of Nepal #97B0C4
Tints of Nepal #97B0C4
RGB
CMYK
RGB Variations
Color information
#97B0C4 (or 0x97B0C4) is known color: Nepal. HEX triplet: 97, B0 and C4. RGB value is (151,176,196). Sum of RGB (Red+Green+Blue) = 151+176+196=523 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.87% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 196 - color contains mainly: blue. Hex color #97B0C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97B0C4 is #684F3B. Grayscale: #AAAAAA. Windows color (decimal): -6836028 or 12890263. OLE color: 12890263.
HSL color Cylindrical-coordinate representation of color #97B0C4: hue angle of 206.67º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97B0C4 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 176 | 196 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.23 |
| HSL | 206.67º | 0.28% | 0.68% | - |
| HSV(B) | 206.67º | 0.23% | 0.77% | - |
| XYZ | 38.25 | 41.62 | 58.24 | - |
| YUV | 170.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 176 | 196 | 0.23 | 0.10 | 0 | 0.23 | 206.67 | 0.28 | 0.68 |
| Hex | 97 | B0 | C4 | 17 | A | 0 | 17 | CF | 1C | 44 |
| Octal | 227 | 260 | 304 | 27 | 12 | 0 | 27 | 317 | 34 | 104 |
| Binary | 10010111 | 10110000 | 11000100 | 10111 | 1010 | 0 | 10111 | 11001111 | 11100 | 1000100 |
Color Harmonies of #97B0C4
Complementary color
Monochromatic Colors of #97B0C4
Black with #97B0C4
Text Example
Text Example
White with #97B0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B0C4; }
p { color: rgb(151,176,196); }
H1.HeaderClassName
{
color: #97B0C4;
}
.AnyTagClassName
{
color: #97B0C4;
}
</style>
background-color css
<style>
a { background-color: #97B0C4; }
a { background-color: rgb(151,176,196); }
div.DivClassName
{
background-color: #97B0C4;
}
.BgClassName
{
background-color: #97B0C4;
}
</style>
border-color css
<style>
span { border-color: #97B0C4; }
span { border-color: rgb(151,176,196); }
td.TdClassName
{
border-color: #97B0C4;
}
.TagClassName
{
border-color: #97B0C4;
}
</style>