Html Css Color HEX #93AABA Nepal

📋 copy color: '#93AABA'

red 147 ◦ green 170 ◦ blue 186

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

Shades of Nepal #93AABA

Tints of Nepal #93AABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.98%

R = 29.22%
G = 33.8%
B = 36.98%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#93AABA (or 0x93AABA) is known color: Nepal. HEX triplet: 93, AA and BA. RGB value is (147,170,186). Sum of RGB (Red+Green+Blue) = 147+170+186=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #93AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AABA is #6C5545. Grayscale: #A4A4A4. Windows color (decimal): -7099718 or 12233363. OLE color: 12233363.

HSL color Cylindrical-coordinate representation of color #93AABA: hue angle of 204.62º degrees, saturation: 0.22, 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 #93AABA is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 170 186 -
CMYK 0.21 0.09 0 0.27
HSL 204.62º 0.22% 0.65% -
HSV(B) 204.62º 0.21% 0.73% -
XYZ 35.27 38.5 52.03 -
YUV 164.95 139.88 115.2 -
System Red Green Blue C M Y K H S L
Decimal 147 170 186 0.21 0.09 0 0.27 204.62 0.22 0.65
Hex 93 AA BA 15 9 0 1B CD 16 41
Octal 223 252 272 25 11 0 33 315 26 101
Binary 10010011 10101010 10111010 10101 1001 0 11011 11001101 10110 1000001

Color Harmonies of #93AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AABA

Black with #93AABA

Text Example


Text Example

White with #93AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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