#93AABF

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

Shades of Nepal #93AABF

Tints of Nepal #93AABF

Color information

#93AABF (or 0x93AABF) is unknown color: approx Nepal. HEX triplet: 93, AA and BF. RGB value is (147,170,191). Sum of RGB (Red+Green+Blue) = 147+170+191=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #93AABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AABF is #6C5540. Grayscale: #A5A5A5. Windows color (decimal): -7099713 or 12561043. OLE color: 12561043.

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

Color convert

RGB147170191-
CMYK0.230.1100.25
HSL208.64º25.58%66.27%-
HSV(B)208.64º23.04%74.9%-
XYZ35.8138.7154.88-
YUV165.52142.38114.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.94%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 191 (75% from 255) = 37.60%
R=28.94%
G=33.46%
B=37.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471701910.230.1100.25208.6425.5866.27
Hex93AABF17B019d11a42
Octal223252277271303132132102
Binary10010011101010101011111110111101101100111010001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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