Shades of Nepal #94B8CC
Tints of Nepal #94B8CC
RGB
CMYK
RGB Variations
Color information
#94B8CC (or 0x94B8CC) is known color: Nepal. HEX triplet: 94, B8 and CC. RGB value is (148,184,204). Sum of RGB (Red+Green+Blue) = 148+184+204=536 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.61% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #94B8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B8CC is #6B4733. Grayscale: #AFAFAF. Windows color (decimal): -7030580 or 13416596. OLE color: 13416596.
HSL color Cylindrical-coordinate representation of color #94B8CC: hue angle of 201.43º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94B8CC is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 184 | 204 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.2 |
| HSL | 201.43º | 0.35% | 0.69% | - |
| HSV(B) | 201.43º | 0.27% | 0.8% | - |
| XYZ | 40.25 | 44.94 | 63.68 | - |
| YUV | 175.52 | 144.07 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 184 | 204 | 0.27 | 0.10 | 0 | 0.2 | 201.43 | 0.35 | 0.69 |
| Hex | 94 | B8 | CC | 1B | A | 0 | 14 | C9 | 23 | 45 |
| Octal | 224 | 270 | 314 | 33 | 12 | 0 | 24 | 311 | 43 | 105 |
| Binary | 10010100 | 10111000 | 11001100 | 11011 | 1010 | 0 | 10100 | 11001001 | 100011 | 1000101 |
Color Harmonies of #94B8CC
Complementary color
Monochromatic Colors of #94B8CC
Black with #94B8CC
Text Example
Text Example
White with #94B8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B8CC; }
p { color: rgb(148,184,204); }
H1.HeaderClassName
{
color: #94B8CC;
}
.AnyTagClassName
{
color: #94B8CC;
}
</style>
background-color css
<style>
a { background-color: #94B8CC; }
a { background-color: rgb(148,184,204); }
div.DivClassName
{
background-color: #94B8CC;
}
.BgClassName
{
background-color: #94B8CC;
}
</style>
border-color css
<style>
span { border-color: #94B8CC; }
span { border-color: rgb(148,184,204); }
td.TdClassName
{
border-color: #94B8CC;
}
.TagClassName
{
border-color: #94B8CC;
}
</style>