Html Css Color HEX #93AAB5 Nepal

📋 copy color: '#93AAB5'

red 147 ◦ green 170 ◦ blue 181

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

Shades of Nepal #93AAB5

Tints of Nepal #93AAB5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.14%

 BLUE value IS 181 (71.09% from 255) = 36.35%

R = 29.52%
G = 34.14%
B = 36.35%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#93AAB5 (or 0x93AAB5) is known color: Nepal. HEX triplet: 93, AA and B5. RGB value is (147,170,181). Sum of RGB (Red+Green+Blue) = 147+170+181=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 181 - color contains mainly: blue. Hex color #93AAB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AAB5 is #6C554A. Grayscale: #A4A4A4. Windows color (decimal): -7099723 or 11905683. OLE color: 11905683.

HSL color Cylindrical-coordinate representation of color #93AAB5: hue angle of 199.41º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #93AAB5 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 170 181 -
CMYK 0.19 0.06 0 0.29
HSL 199.41º 0.19% 0.64% -
HSV(B) 199.41º 0.19% 0.71% -
XYZ 34.75 38.29 49.28 -
YUV 164.38 137.38 115.61 -
System Red Green Blue C M Y K H S L
Decimal 147 170 181 0.19 0.06 0 0.29 199.41 0.19 0.64
Hex 93 AA B5 13 6 0 1D C7 13 40
Octal 223 252 265 23 6 0 35 307 23 100
Binary 10010011 10101010 10110101 10011 110 0 11101 11000111 10011 1000000

Color Harmonies of #93AAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AAB5

Black with #93AAB5

Text Example


Text Example

White with #93AAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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