#94B0C3

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

Shades of Nepal #94B0C3

Tints of Nepal #94B0C3

Color information

#94B0C3 (or 0x94B0C3) is unknown color: approx Nepal. HEX triplet: 94, B0 and C3. RGB value is (148,176,195). Sum of RGB (Red+Green+Blue) = 148+176+195=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 195 - color contains mainly: blue. Hex color #94B0C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B0C3 is #6B4F3C. Grayscale: #A9A9A9. Windows color (decimal): -7032637 or 12824724. OLE color: 12824724.

HSL color Cylindrical-coordinate representation of color #94B0C3: hue angle of 204.26º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94B0C3 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB148176195-
CMYK0.240.1000.24
HSL204.26º28.14%67.25%-
HSV(B)204.26º24.1%76.47%-
XYZ37.5941.2957.62-
YUV169.79142.22112.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.52%
GREEN value IS 176 (69.14% from 255) = 33.91%
BLUE value IS 195 (76.56% from 255) = 37.57%
R=28.52%
G=33.91%
B=37.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481761950.240.1000.24204.2628.1467.25
Hex94B0C318A018cc1c43
Octal224260303301203031434103
Binary10010100101100001100001111000101001100011001100111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,176,195); }

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

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

 a { background-color: rgb(148,176,195); }

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

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

 span { border-color: rgb(148,176,195); }

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