#93AEBF

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

Shades of Nepal #93AEBF

Tints of Nepal #93AEBF

Color information

#93AEBF (or 0x93AEBF) is unknown color: approx Nepal. HEX triplet: 93, AE and BF. RGB value is (147,174,191). Sum of RGB (Red+Green+Blue) = 147+174+191=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #93AEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AEBF is #6C5140. Grayscale: #A7A7A7. Windows color (decimal): -7098689 or 12562067. OLE color: 12562067.

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

Color convert

RGB147174191-
CMYK0.230.0900.25
HSL203.18º25.58%66.27%-
HSV(B)203.18º23.04%74.9%-
XYZ36.5740.2455.13-
YUV167.86141.05113.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.71%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 191 (75% from 255) = 37.30%
R=28.71%
G=33.98%
B=37.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471741910.230.0900.25203.1825.5866.27
Hex93AEBF179019cb1a42
Octal223256277271103131332102
Binary10010011101011101011111110111100101100111001011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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