Html Css Color HEX #8AA5B3 Nepal

📋 copy color: '#8AA5B3'

red 138 ◦ green 165 ◦ blue 179

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

Shades of Nepal #8AA5B3

Tints of Nepal #8AA5B3

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.23%

 BLUE value IS 179 (70.31% from 255) = 37.14%

R = 28.63%
G = 34.23%
B = 37.14%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8AA5B3 (or 0x8AA5B3) is known color: Nepal. HEX triplet: 8A, A5 and B3. RGB value is (138,165,179). Sum of RGB (Red+Green+Blue) = 138+165+179=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 179 - color contains mainly: blue. Hex color #8AA5B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA5B3 is #755A4C. Grayscale: #9E9E9E. Windows color (decimal): -7690829 or 11773322. OLE color: 11773322.

HSL color Cylindrical-coordinate representation of color #8AA5B3: hue angle of 200.49º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AA5B3 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 165 179 -
CMYK 0.23 0.08 0 0.30
HSL 200.49º 0.21% 0.62% -
HSV(B) 200.49º 0.23% 0.7% -
XYZ 32.07 35.57 47.82 -
YUV 158.52 139.55 113.36 -
System Red Green Blue C M Y K H S L
Decimal 138 165 179 0.23 0.08 0 0.30 200.49 0.21 0.62
Hex 8A A5 B3 17 8 0 1E C8 15 3E
Octal 212 245 263 27 10 0 36 310 25 76
Binary 10001010 10100101 10110011 10111 1000 0 11110 11001000 10101 111110

Color Harmonies of #8AA5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA5B3

Black with #8AA5B3

Text Example


Text Example

White with #8AA5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,165,179); }

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

background-color css

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

 a { background-color: rgb(138,165,179); }

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

border-color css

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

 span { border-color: rgb(138,165,179); }

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