#93AFBF

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

Shades of Nepal #93AFBF

Tints of Nepal #93AFBF

Color information

#93AFBF (or 0x93AFBF) is unknown color: approx Nepal. HEX triplet: 93, AF and BF. RGB value is (147,175,191). Sum of RGB (Red+Green+Blue) = 147+175+191=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #93AFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AFBF is #6C5040. Grayscale: #A8A8A8. Windows color (decimal): -7098433 or 12562323. OLE color: 12562323.

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

Color convert

RGB147175191-
CMYK0.230.0800.25
HSL201.82º25.58%66.27%-
HSV(B)201.82º23.04%74.9%-
XYZ36.7740.6255.19-
YUV168.45140.72112.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.65%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 191 (75% from 255) = 37.23%
R=28.65%
G=34.11%
B=37.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471751910.230.0800.25201.8225.5866.27
Hex93AFBF178019ca1a42
Octal223257277271003131232102
Binary10010011101011111011111110111100001100111001010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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