Html Css Color HEX #8AAABA Nepal

📋 copy color: '#8AAABA'

red 138 ◦ green 170 ◦ blue 186

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

Shades of Nepal #8AAABA

Tints of Nepal #8AAABA

RGB

 RED value IS 138 (54.3% from 255) = 27.94%

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

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

R = 27.94%
G = 34.41%
B = 37.65%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8AAABA (or 0x8AAABA) is known color: Nepal. HEX triplet: 8A, AA and BA. RGB value is (138,170,186). Sum of RGB (Red+Green+Blue) = 138+170+186=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #8AAABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAABA is #755545. Grayscale: #A2A2A2. Windows color (decimal): -7689542 or 12233354. OLE color: 12233354.

HSL color Cylindrical-coordinate representation of color #8AAABA: hue angle of 200º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8AAABA is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 170 186 -
CMYK 0.26 0.09 0 0.27
HSL 200º 0.26% 0.64% -
HSV(B) 200º 0.26% 0.73% -
XYZ 33.72 37.7 51.95 -
YUV 162.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 138 170 186 0.26 0.09 0 0.27 200 0.26 0.64
Hex 8A AA BA 1A 9 0 1B C8 1A 40
Octal 212 252 272 32 11 0 33 310 32 100
Binary 10001010 10101010 10111010 11010 1001 0 11011 11001000 11010 1000000

Color Harmonies of #8AAABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAABA

Black with #8AAABA

Text Example


Text Example

White with #8AAABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AAABA; }

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

 H1.HeaderClassName
 {
   color: #8AAABA;
 }
 .AnyTagClassName
 {
   color: #8AAABA;
 }
</style>

background-color css

<style>
 a { background-color: #8AAABA; }

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

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

border-color css

<style>
 span { border-color: #8AAABA; }

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

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