#93B3C1

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

Shades of Nepal #93B3C1

Tints of Nepal #93B3C1

Color information

#93B3C1 (or 0x93B3C1) is unknown color: approx Nepal. HEX triplet: 93, B3 and C1. RGB value is (147,179,193). Sum of RGB (Red+Green+Blue) = 147+179+193=519 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.32% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 193 - color contains mainly: blue. Hex color #93B3C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B3C1 is #6C4C3E. Grayscale: #AAAAAA. Windows color (decimal): -7097407 or 12694419. OLE color: 12694419.

HSL color Cylindrical-coordinate representation of color #93B3C1: hue angle of 198.26º degrees, saturation: 0.27, 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 #93B3C1 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB147179193-
CMYK0.240.0700.24
HSL198.26º27.06%66.67%-
HSV(B)198.26º23.83%75.69%-
XYZ37.7842.2956.62-
YUV171.03140.4110.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.32%
GREEN value IS 179 (70.31% from 255) = 34.49%
BLUE value IS 193 (75.78% from 255) = 37.19%
R=28.32%
G=34.49%
B=37.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471791930.240.0700.24198.2627.0666.67
Hex93B3C1187018c61b43
Octal22326330130703030633103
Binary1001001110110011110000011100011101100011000110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93B3C1; }

 p { color: rgb(147,179,193); }

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

<style>
 a { background-color: #93B3C1; }

 a { background-color: rgb(147,179,193); }

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

<style>
 span { border-color: #93B3C1; }

 span { border-color: rgb(147,179,193); }

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