#93ABBD

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

Shades of Nepal #93ABBD

Tints of Nepal #93ABBD

Color information

#93ABBD (or 0x93ABBD) is unknown color: approx Nepal. HEX triplet: 93, AB and BD. RGB value is (147,171,189). Sum of RGB (Red+Green+Blue) = 147+171+189=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #93ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ABBD is #6C5442. Grayscale: #A5A5A5. Windows color (decimal): -7099459 or 12430227. OLE color: 12430227.

HSL color Cylindrical-coordinate representation of color #93ABBD: hue angle of 205.71º 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 #93ABBD is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147171189-
CMYK0.220.1000.26
HSL205.71º24.14%65.88%-
HSV(B)205.71º22.22%74.12%-
XYZ35.783953.79-
YUV165.88141.05114.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.99%
GREEN value IS 171 (67.19% from 255) = 33.73%
BLUE value IS 189 (74.22% from 255) = 37.28%
R=28.99%
G=33.73%
B=37.28%

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
Decimal1471711890.220.1000.26205.7124.1465.88
Hex93ABBD16A01Ace1842
Octal223253275261203231630102
Binary10010011101010111011110110110101001101011001110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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