Html Css Color HEX #8AA9BC Nepal

📋 copy color: '#8AA9BC'

red 138 ◦ green 169 ◦ blue 188

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

Shades of Nepal #8AA9BC

Tints of Nepal #8AA9BC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.14%

 BLUE value IS 188 (73.83% from 255) = 37.98%

R = 27.88%
G = 34.14%
B = 37.98%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8AA9BC (or 0x8AA9BC) is known color: Nepal. HEX triplet: 8A, A9 and BC. RGB value is (138,169,188). Sum of RGB (Red+Green+Blue) = 138+169+188=495 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.88% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #8AA9BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA9BC is #755643. Grayscale: #A1A1A1. Windows color (decimal): -7689796 or 12364170. OLE color: 12364170.

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

Color convert

RGB 138 169 188 -
CMYK 0.27 0.10 0 0.26
HSL 202.8º 0.27% 0.64% -
HSV(B) 202.8º 0.27% 0.74% -
XYZ 33.75 37.41 53.02 -
YUV 161.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 138 169 188 0.27 0.10 0 0.26 202.8 0.27 0.64
Hex 8A A9 BC 1B A 0 1A CB 1B 40
Octal 212 251 274 33 12 0 32 313 33 100
Binary 10001010 10101001 10111100 11011 1010 0 11010 11001011 11011 1000000

Color Harmonies of #8AA9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA9BC

Black with #8AA9BC

Text Example


Text Example

White with #8AA9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,169,188); }

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

background-color css

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

 a { background-color: rgb(138,169,188); }

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

border-color css

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

 span { border-color: rgb(138,169,188); }

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