Html Css Color HEX #93AABD Nepal

📋 copy color: '#93AABD'

red 147 ◦ green 170 ◦ blue 189

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

Shades of Nepal #93AABD

Tints of Nepal #93AABD

RGB

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

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

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

R = 29.05%
G = 33.6%
B = 37.35%

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

#93AABD (or 0x93AABD) is known color: Nepal. HEX triplet: 93, AA and BD. RGB value is (147,170,189). Sum of RGB (Red+Green+Blue) = 147+170+189=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #93AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AABD is #6C5542. Grayscale: #A5A5A5. Windows color (decimal): -7099715 or 12429971. OLE color: 12429971.

HSL color Cylindrical-coordinate representation of color #93AABD: hue angle of 207.14º 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 #93AABD is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 170 189 -
CMYK 0.22 0.10 0 0.26
HSL 207.14º 0.24% 0.66% -
HSV(B) 207.14º 0.22% 0.74% -
XYZ 35.59 38.63 53.72 -
YUV 165.29 141.38 114.96 -
System Red Green Blue C M Y K H S L
Decimal 147 170 189 0.22 0.10 0 0.26 207.14 0.24 0.66
Hex 93 AA BD 16 A 0 1A CF 18 42
Octal 223 252 275 26 12 0 32 317 30 102
Binary 10010011 10101010 10111101 10110 1010 0 11010 11001111 11000 1000010

Color Harmonies of #93AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AABD

Black with #93AABD

Text Example


Text Example

White with #93AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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