#93AEBE

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

Shades of Nepal #93AEBE

Tints of Nepal #93AEBE

Color information

#93AEBE (or 0x93AEBE) is unknown color: approx Nepal. HEX triplet: 93, AE and BE. RGB value is (147,174,190). Sum of RGB (Red+Green+Blue) = 147+174+190=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #93AEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AEBE is #6C5141. Grayscale: #A7A7A7. Windows color (decimal): -7098690 or 12496531. OLE color: 12496531.

HSL color Cylindrical-coordinate representation of color #93AEBE: hue angle of 202.33º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93AEBE is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147174190-
CMYK0.230.0800.25
HSL202.33º24.86%66.08%-
HSV(B)202.33º22.63%74.51%-
XYZ36.4640.1954.55-
YUV167.75140.55113.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.77%
GREEN value IS 174 (68.36% from 255) = 34.05%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=28.77%
G=34.05%
B=37.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471741900.230.0800.25202.3324.8666.08
Hex93AEBE178019ca1942
Octal223256276271003131231102
Binary10010011101011101011111010111100001100111001010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,174,190); }

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

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

 a { background-color: rgb(147,174,190); }

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

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

 span { border-color: rgb(147,174,190); }

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