Html Css Color HEX #8AA6BD Nepal

📋 copy color: '#8AA6BD'

red 138 ◦ green 166 ◦ blue 189

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

Shades of Nepal #8AA6BD

Tints of Nepal #8AA6BD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.67%

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

R = 27.99%
G = 33.67%
B = 38.34%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8AA6BD (or 0x8AA6BD) is known color: Nepal. HEX triplet: 8A, A6 and BD. RGB value is (138,166,189). Sum of RGB (Red+Green+Blue) = 138+166+189=493 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.99% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #8AA6BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA6BD is #755942. Grayscale: #A0A0A0. Windows color (decimal): -7690563 or 12428938. OLE color: 12428938.

HSL color Cylindrical-coordinate representation of color #8AA6BD: hue angle of 207.06º degrees, saturation: 0.28, 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 #8AA6BD is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 138 166 189 -
CMYK 0.27 0.12 0 0.26
HSL 207.06º 0.28% 0.64% -
HSV(B) 207.06º 0.27% 0.74% -
XYZ 33.3 36.35 53.41 -
YUV 160.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 138 166 189 0.27 0.12 0 0.26 207.06 0.28 0.64
Hex 8A A6 BD 1B C 0 1A CF 1C 40
Octal 212 246 275 33 14 0 32 317 34 100
Binary 10001010 10100110 10111101 11011 1100 0 11010 11001111 11100 1000000

Color Harmonies of #8AA6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA6BD

Black with #8AA6BD

Text Example


Text Example

White with #8AA6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,166,189); }

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

background-color css

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

 a { background-color: rgb(138,166,189); }

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

border-color css

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

 span { border-color: rgb(138,166,189); }

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