#93AABC

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

Shades of Nepal #93AABC

Tints of Nepal #93AABC

Color information

#93AABC (or 0x93AABC) is unknown color: approx Nepal. HEX triplet: 93, AA and BC. RGB value is (147,170,188). Sum of RGB (Red+Green+Blue) = 147+170+188=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #93AABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AABC is #6C5543. Grayscale: #A5A5A5. Windows color (decimal): -7099716 or 12364435. OLE color: 12364435.

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

Color convert

RGB147170188-
CMYK0.220.1000.26
HSL206.34º23.43%65.69%-
HSV(B)206.34º21.81%73.73%-
XYZ35.4838.5853.15-
YUV165.18140.88115.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.11%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 188 (73.83% from 255) = 37.23%
R=29.11%
G=33.66%
B=37.23%

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
Decimal1471701880.220.1000.26206.3423.4365.69
Hex93AABC16A01Ace1742
Octal223252274261203231627102
Binary10010011101010101011110010110101001101011001110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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