#93ADC5

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

Shades of Nepal #93ADC5

Tints of Nepal #93ADC5

Color information

#93ADC5 (or 0x93ADC5) is unknown color: approx Nepal. HEX triplet: 93, AD and C5. RGB value is (147,173,197). Sum of RGB (Red+Green+Blue) = 147+173+197=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 197 - color contains mainly: blue. Hex color #93ADC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADC5 is #6C523A. Grayscale: #A7A7A7. Windows color (decimal): -7098939 or 12955027. OLE color: 12955027.

HSL color Cylindrical-coordinate representation of color #93ADC5: hue angle of 208.8º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93ADC5 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB147173197-
CMYK0.250.1200.23
HSL208.8º30.12%67.45%-
HSV(B)208.8º25.38%77.25%-
XYZ37.0540.1258.61-
YUV167.96144.39113.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.43%
GREEN value IS 173 (67.97% from 255) = 33.46%
BLUE value IS 197 (77.34% from 255) = 38.10%
R=28.43%
G=33.46%
B=38.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1471731970.250.1200.23208.830.1267.45
Hex93ADC519C017d11e43
Octal223255305311402732136103
Binary10010011101011011100010111001110001011111010001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ADC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,173,197); }

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

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

 a { background-color: rgb(147,173,197); }

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

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

 span { border-color: rgb(147,173,197); }

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