Html Css Color HEX #93ABBD Nepal

📋 copy color: '#93ABBD'

red 147 ◦ green 171 ◦ blue 189

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

Shades of Nepal #93ABBD

Tints of Nepal #93ABBD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.73%

 BLUE value IS 189 (74.22% from 255) = 37.28%

R = 28.99%
G = 33.73%
B = 37.28%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#93ABBD (or 0x93ABBD) is known color: Nepal. HEX triplet: 93, AB and BD. RGB value is (147,171,189). Sum of RGB (Red+Green+Blue) = 147+171+189=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #93ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ABBD is #6C5442. Grayscale: #A5A5A5. Windows color (decimal): -7099459 or 12430227. OLE color: 12430227.

HSL color Cylindrical-coordinate representation of color #93ABBD: hue angle of 205.71º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93ABBD is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 171 189 -
CMYK 0.22 0.10 0 0.26
HSL 205.71º 0.24% 0.66% -
HSV(B) 205.71º 0.22% 0.74% -
XYZ 35.78 39 53.79 -
YUV 165.88 141.05 114.54 -
System Red Green Blue C M Y K H S L
Decimal 147 171 189 0.22 0.10 0 0.26 205.71 0.24 0.66
Hex 93 AB BD 16 A 0 1A CE 18 42
Octal 223 253 275 26 12 0 32 316 30 102
Binary 10010011 10101011 10111101 10110 1010 0 11010 11001110 11000 1000010

Color Harmonies of #93ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ABBD

Black with #93ABBD

Text Example


Text Example

White with #93ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,171,189); }

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

background-color css

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

 a { background-color: rgb(147,171,189); }

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

border-color css

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

 span { border-color: rgb(147,171,189); }

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