#93ADBF

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

Shades of Nepal #93ADBF

Tints of Nepal #93ADBF

Color information

#93ADBF (or 0x93ADBF) is unknown color: approx Nepal. HEX triplet: 93, AD and BF. RGB value is (147,173,191). Sum of RGB (Red+Green+Blue) = 147+173+191=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #93ADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADBF is #6C5240. Grayscale: #A7A7A7. Windows color (decimal): -7098945 or 12561811. OLE color: 12561811.

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

Color convert

RGB147173191-
CMYK0.230.0900.25
HSL204.55º25.58%66.27%-
HSV(B)204.55º23.04%74.9%-
XYZ36.3839.8555.06-
YUV167.28141.39113.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.77%
GREEN value IS 173 (67.97% from 255) = 33.86%
BLUE value IS 191 (75% from 255) = 37.38%
R=28.77%
G=33.86%
B=37.38%

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
Decimal1471731910.230.0900.25204.5525.5866.27
Hex93ADBF179019cd1a42
Octal223255277271103131532102
Binary10010011101011011011111110111100101100111001101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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