#94B7CA

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

Shades of Nepal #94B7CA

Tints of Nepal #94B7CA

Color information

#94B7CA (or 0x94B7CA) is unknown color: approx Nepal. HEX triplet: 94, B7 and CA. RGB value is (148,183,202). Sum of RGB (Red+Green+Blue) = 148+183+202=533 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.77% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #94B7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B7CA is #6B4835. Grayscale: #AEAEAE. Windows color (decimal): -7030838 or 13285268. OLE color: 13285268.

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

Color convert

RGB148183202-
CMYK0.270.0900.21
HSL201.11º33.75%68.63%-
HSV(B)201.11º26.73%79.22%-
XYZ39.8144.4362.35-
YUV174.7143.4108.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.77%
GREEN value IS 183 (71.88% from 255) = 34.33%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=27.77%
G=34.33%
B=37.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481832020.270.0900.21201.1133.7568.63
Hex94B7CA1B9015c92245
Octal224267312331102531142105
Binary100101001011011111001010110111001010101110010011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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