Html Css Color HEX #93ADB9 Nepal

📋 copy color: '#93ADB9'

red 147 ◦ green 173 ◦ blue 185

#93ADB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #93ADB9

Tints of Nepal #93ADB9

RGB

 RED value IS 147 (57.81% from 255) = 29.11%

 GREEN value IS 173 (67.97% from 255) = 34.26%

 BLUE value IS 185 (72.66% from 255) = 36.63%

R = 29.11%
G = 34.26%
B = 36.63%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#93ADB9 (or 0x93ADB9) is known color: Nepal. HEX triplet: 93, AD and B9. RGB value is (147,173,185). Sum of RGB (Red+Green+Blue) = 147+173+185=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 185 - color contains mainly: blue. Hex color #93ADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADB9 is #6C5246. Grayscale: #A6A6A6. Windows color (decimal): -7098951 or 12168595. OLE color: 12168595.

HSL color Cylindrical-coordinate representation of color #93ADB9: hue angle of 198.95º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93ADB9 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 173 185 -
CMYK 0.21 0.06 0 0.27
HSL 198.95º 0.21% 0.65% -
HSV(B) 198.95º 0.21% 0.73% -
XYZ 35.73 39.59 51.66 -
YUV 166.59 138.39 114.02 -
System Red Green Blue C M Y K H S L
Decimal 147 173 185 0.21 0.06 0 0.27 198.95 0.21 0.65
Hex 93 AD B9 15 6 0 1B C7 15 41
Octal 223 255 271 25 6 0 33 307 25 101
Binary 10010011 10101101 10111001 10101 110 0 11011 11000111 10101 1000001

Color Harmonies of #93ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ADB9

Black with #93ADB9

Text Example


Text Example

White with #93ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93ADB9;
 }
 .AnyTagClassName
 {
   color: #93ADB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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