#94B7C9

Color #94B7C9 Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #94B7C9

Tints of Nepal #94B7C9

Color information

#94B7C9 (or 0x94B7C9) is unknown color: approx Nepal. HEX triplet: 94, B7 and C9. RGB value is (148,183,201). Sum of RGB (Red+Green+Blue) = 148+183+201=532 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.82% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 201 - color contains mainly: blue. Hex color #94B7C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B7C9 is #6B4836. Grayscale: #AEAEAE. Windows color (decimal): -7030839 or 13219732. OLE color: 13219732.

HSL color Cylindrical-coordinate representation of color #94B7C9: hue angle of 200.38º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94B7C9 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148183201-
CMYK0.260.0900.21
HSL200.38º32.92%68.43%-
HSV(B)200.38º26.37%78.82%-
XYZ39.6944.3861.73-
YUV174.59142.9109.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 27.82%
GREEN value IS 183 (71.88% from 255) = 34.40%
BLUE value IS 201 (78.91% from 255) = 37.78%
R=27.82%
G=34.40%
B=37.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481832010.260.0900.21200.3832.9268.43
Hex94B7C91A9015c82144
Octal224267311321102531041104
Binary100101001011011111001001110101001010101110010001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94B7C9; }

 p { color: rgb(148,183,201); }

 H1.HeaderClassName
 {
   color: #94B7C9;
 }
 .AnyTagClassName
 {
   color: #94B7C9;
 }
</style>
background-color css

<style>
 a { background-color: #94B7C9; }

 a { background-color: rgb(148,183,201); }

 div.DivClassName
 {
   background-color: #94B7C9;
 }
 .BgClassName
 {
   background-color: #94B7C9;
 }
</style>
border-color css

<style>
 span { border-color: #94B7C9; }

 span { border-color: rgb(148,183,201); }

 td.TdClassName
 {
   border-color: #94B7C9;
 }
 .TagClassName
 {
   border-color: #94B7C9;
 }
</style>