Shades of Nepal #97B8CA
Tints of Nepal #97B8CA
RGB
CMYK
RGB Variations
Color information
#97B8CA (or 0x97B8CA) is known color: Nepal. HEX triplet: 97, B8 and CA. RGB value is (151,184,202). Sum of RGB (Red+Green+Blue) = 151+184+202=537 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.12% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #97B8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B8CA is #684735. Grayscale: #B0B0B0. Windows color (decimal): -6833974 or 13285527. OLE color: 13285527.
HSL color Cylindrical-coordinate representation of color #97B8CA: hue angle of 201.18º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97B8CA is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 184 | 202 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.21 |
| HSL | 201.18º | 0.32% | 0.69% | - |
| HSV(B) | 201.18º | 0.25% | 0.79% | - |
| XYZ | 40.56 | 45.12 | 62.45 | - |
| YUV | 176.19 | 142.57 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 184 | 202 | 0.25 | 0.09 | 0 | 0.21 | 201.18 | 0.32 | 0.69 |
| Hex | 97 | B8 | CA | 19 | 9 | 0 | 15 | C9 | 20 | 45 |
| Octal | 227 | 270 | 312 | 31 | 11 | 0 | 25 | 311 | 40 | 105 |
| Binary | 10010111 | 10111000 | 11001010 | 11001 | 1001 | 0 | 10101 | 11001001 | 100000 | 1000101 |
Color Harmonies of #97B8CA
Complementary color
Monochromatic Colors of #97B8CA
Black with #97B8CA
Text Example
Text Example
White with #97B8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B8CA; }
p { color: rgb(151,184,202); }
H1.HeaderClassName
{
color: #97B8CA;
}
.AnyTagClassName
{
color: #97B8CA;
}
</style>
background-color css
<style>
a { background-color: #97B8CA; }
a { background-color: rgb(151,184,202); }
div.DivClassName
{
background-color: #97B8CA;
}
.BgClassName
{
background-color: #97B8CA;
}
</style>
border-color css
<style>
span { border-color: #97B8CA; }
span { border-color: rgb(151,184,202); }
td.TdClassName
{
border-color: #97B8CA;
}
.TagClassName
{
border-color: #97B8CA;
}
</style>