Shades of Nepal #93BBCB
Tints of Nepal #93BBCB
RGB
CMYK
RGB Variations
Color information
#93BBCB (or 0x93BBCB) is known color: Nepal. HEX triplet: 93, BB and CB. RGB value is (147,187,203). Sum of RGB (Red+Green+Blue) = 147+187+203=537 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.37% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #93BBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BBCB is #6C4434. Grayscale: #B0B0B0. Windows color (decimal): -7095349 or 13351827. OLE color: 13351827.
HSL color Cylindrical-coordinate representation of color #93BBCB: hue angle of 197.14º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93BBCB is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 187 | 203 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.20 |
| HSL | 197.14º | 0.35% | 0.69% | - |
| HSV(B) | 197.14º | 0.28% | 0.8% | - |
| XYZ | 40.58 | 46.06 | 63.25 | - |
| YUV | 176.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 203 | 0.28 | 0.08 | 0 | 0.20 | 197.14 | 0.35 | 0.69 |
| Hex | 93 | BB | CB | 1C | 8 | 0 | 14 | C5 | 23 | 45 |
| Octal | 223 | 273 | 313 | 34 | 10 | 0 | 24 | 305 | 43 | 105 |
| Binary | 10010011 | 10111011 | 11001011 | 11100 | 1000 | 0 | 10100 | 11000101 | 100011 | 1000101 |
Color Harmonies of #93BBCB
Complementary color
Monochromatic Colors of #93BBCB
Black with #93BBCB
Text Example
Text Example
White with #93BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BBCB; }
p { color: rgb(147,187,203); }
H1.HeaderClassName
{
color: #93BBCB;
}
.AnyTagClassName
{
color: #93BBCB;
}
</style>
background-color css
<style>
a { background-color: #93BBCB; }
a { background-color: rgb(147,187,203); }
div.DivClassName
{
background-color: #93BBCB;
}
.BgClassName
{
background-color: #93BBCB;
}
</style>
border-color css
<style>
span { border-color: #93BBCB; }
span { border-color: rgb(147,187,203); }
td.TdClassName
{
border-color: #93BBCB;
}
.TagClassName
{
border-color: #93BBCB;
}
</style>