Shades of Nepal #94B9CE
Tints of Nepal #94B9CE
RGB
CMYK
RGB Variations
Color information
#94B9CE (or 0x94B9CE) is known color: Nepal. HEX triplet: 94, B9 and CE. RGB value is (148,185,206). Sum of RGB (Red+Green+Blue) = 148+185+206=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #94B9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B9CE is #6B4631. Grayscale: #B0B0B0. Windows color (decimal): -7030322 or 13547924. OLE color: 13547924.
HSL color Cylindrical-coordinate representation of color #94B9CE: hue angle of 201.72º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94B9CE is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 185 | 206 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.19 |
| HSL | 201.72º | 0.37% | 0.69% | - |
| HSV(B) | 201.72º | 0.28% | 0.81% | - |
| XYZ | 40.7 | 45.45 | 65.02 | - |
| YUV | 176.33 | 144.74 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 185 | 206 | 0.28 | 0.10 | 0 | 0.19 | 201.72 | 0.37 | 0.69 |
| Hex | 94 | B9 | CE | 1C | A | 0 | 13 | CA | 25 | 45 |
| Octal | 224 | 271 | 316 | 34 | 12 | 0 | 23 | 312 | 45 | 105 |
| Binary | 10010100 | 10111001 | 11001110 | 11100 | 1010 | 0 | 10011 | 11001010 | 100101 | 1000101 |
Color Harmonies of #94B9CE
Complementary color
Monochromatic Colors of #94B9CE
Black with #94B9CE
Text Example
Text Example
White with #94B9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B9CE; }
p { color: rgb(148,185,206); }
H1.HeaderClassName
{
color: #94B9CE;
}
.AnyTagClassName
{
color: #94B9CE;
}
</style>
background-color css
<style>
a { background-color: #94B9CE; }
a { background-color: rgb(148,185,206); }
div.DivClassName
{
background-color: #94B9CE;
}
.BgClassName
{
background-color: #94B9CE;
}
</style>
border-color css
<style>
span { border-color: #94B9CE; }
span { border-color: rgb(148,185,206); }
td.TdClassName
{
border-color: #94B9CE;
}
.TagClassName
{
border-color: #94B9CE;
}
</style>