Shades of Nepal #97B3C4
Tints of Nepal #97B3C4
RGB
CMYK
RGB Variations
Color information
#97B3C4 (or 0x97B3C4) is known color: Nepal. HEX triplet: 97, B3 and C4. RGB value is (151,179,196). Sum of RGB (Red+Green+Blue) = 151+179+196=526 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.71% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 196 - color contains mainly: blue. Hex color #97B3C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B3C4 is #684C3B. Grayscale: #ACACAC. Windows color (decimal): -6835260 or 12891031. OLE color: 12891031.
HSL color Cylindrical-coordinate representation of color #97B3C4: hue angle of 202.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 #97B3C4 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 179 | 196 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.23 |
| HSL | 202.67º | 0.28% | 0.68% | - |
| HSV(B) | 202.67º | 0.23% | 0.77% | - |
| XYZ | 38.85 | 42.81 | 58.44 | - |
| YUV | 172.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 179 | 196 | 0.23 | 0.09 | 0 | 0.23 | 202.67 | 0.28 | 0.68 |
| Hex | 97 | B3 | C4 | 17 | 9 | 0 | 17 | CB | 1C | 44 |
| Octal | 227 | 263 | 304 | 27 | 11 | 0 | 27 | 313 | 34 | 104 |
| Binary | 10010111 | 10110011 | 11000100 | 10111 | 1001 | 0 | 10111 | 11001011 | 11100 | 1000100 |
Color Harmonies of #97B3C4
Complementary color
Monochromatic Colors of #97B3C4
Black with #97B3C4
Text Example
Text Example
White with #97B3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B3C4; }
p { color: rgb(151,179,196); }
H1.HeaderClassName
{
color: #97B3C4;
}
.AnyTagClassName
{
color: #97B3C4;
}
</style>
background-color css
<style>
a { background-color: #97B3C4; }
a { background-color: rgb(151,179,196); }
div.DivClassName
{
background-color: #97B3C4;
}
.BgClassName
{
background-color: #97B3C4;
}
</style>
border-color css
<style>
span { border-color: #97B3C4; }
span { border-color: rgb(151,179,196); }
td.TdClassName
{
border-color: #97B3C4;
}
.TagClassName
{
border-color: #97B3C4;
}
</style>