#93B0C5

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

Shades of Nepal #93B0C5

Tints of Nepal #93B0C5

Color information

#93B0C5 (or 0x93B0C5) is unknown color: approx Nepal. HEX triplet: 93, B0 and C5. RGB value is (147,176,197). Sum of RGB (Red+Green+Blue) = 147+176+197=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 197 - color contains mainly: blue. Hex color #93B0C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B0C5 is #6C4F3A. Grayscale: #A9A9A9. Windows color (decimal): -7098171 or 12955795. OLE color: 12955795.

HSL color Cylindrical-coordinate representation of color #93B0C5: hue angle of 205.2º 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 #93B0C5 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB147176197-
CMYK0.250.1100.23
HSL205.2º30.12%67.45%-
HSV(B)205.2º25.38%77.25%-
XYZ37.6441.2858.81-
YUV169.72143.39111.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.27%
GREEN value IS 176 (69.14% from 255) = 33.85%
BLUE value IS 197 (77.34% from 255) = 37.88%
R=28.27%
G=33.85%
B=37.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1471761970.250.1100.23205.230.1267.45
Hex93B0C519B017cd1e43
Octal223260305311302731536103
Binary10010011101100001100010111001101101011111001101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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