#93AABD

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

Shades of Nepal #93AABD

Tints of Nepal #93AABD

Color information

#93AABD (or 0x93AABD) is unknown color: approx Nepal. HEX triplet: 93, AA and BD. RGB value is (147,170,189). Sum of RGB (Red+Green+Blue) = 147+170+189=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #93AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AABD is #6C5542. Grayscale: #A5A5A5. Windows color (decimal): -7099715 or 12429971. OLE color: 12429971.

HSL color Cylindrical-coordinate representation of color #93AABD: hue angle of 207.14º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93AABD is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147170189-
CMYK0.220.1000.26
HSL207.14º24.14%65.88%-
HSV(B)207.14º22.22%74.12%-
XYZ35.5938.6353.72-
YUV165.29141.38114.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.05%
GREEN value IS 170 (66.80% from 255) = 33.60%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=29.05%
G=33.60%
B=37.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471701890.220.1000.26207.1424.1465.88
Hex93AABD16A01Acf1842
Octal223252275261203231730102
Binary10010011101010101011110110110101001101011001111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,170,189); }

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

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

 a { background-color: rgb(147,170,189); }

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

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

 span { border-color: rgb(147,170,189); }

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