#93AABE

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

Shades of Nepal #93AABE

Tints of Nepal #93AABE

Color information

#93AABE (or 0x93AABE) is unknown color: approx Nepal. HEX triplet: 93, AA and BE. RGB value is (147,170,190). Sum of RGB (Red+Green+Blue) = 147+170+190=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #93AABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AABE is #6C5541. Grayscale: #A5A5A5. Windows color (decimal): -7099714 or 12495507. OLE color: 12495507.

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

Color convert

RGB147170190-
CMYK0.230.1100.25
HSL207.91º24.86%66.08%-
HSV(B)207.91º22.63%74.51%-
XYZ35.738.6754.3-
YUV165.4141.88114.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.99%
GREEN value IS 170 (66.80% from 255) = 33.53%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=28.99%
G=33.53%
B=37.48%

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
Decimal1471701900.230.1100.25207.9124.8666.08
Hex93AABE17B019d01942
Octal223252276271303132031102
Binary10010011101010101011111010111101101100111010000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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