#93ADBA

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

Shades of Nepal #93ADBA

Tints of Nepal #93ADBA

Color information

#93ADBA (or 0x93ADBA) is unknown color: approx Nepal. HEX triplet: 93, AD and BA. RGB value is (147,173,186). Sum of RGB (Red+Green+Blue) = 147+173+186=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #93ADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADBA is #6C5245. Grayscale: #A6A6A6. Windows color (decimal): -7098950 or 12234131. OLE color: 12234131.

HSL color Cylindrical-coordinate representation of color #93ADBA: hue angle of 200º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93ADBA is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147173186-
CMYK0.210.0700.27
HSL200º22.03%65.29%-
HSV(B)200º20.97%72.94%-
XYZ35.8439.6452.22-
YUV166.71138.89113.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.05%
GREEN value IS 173 (67.97% from 255) = 34.19%
BLUE value IS 186 (73.05% from 255) = 36.76%
R=29.05%
G=34.19%
B=36.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471731860.210.0700.2720022.0365.29
Hex93ADBA15701Bc81641
Octal22325527225703331026101
Binary1001001110101101101110101010111101101111001000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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