Html Css Color HEX #8FAAB9 Nepal

📋 copy color: '#8FAAB9'

red 143 ◦ green 170 ◦ blue 185

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

Shades of Nepal #8FAAB9

Tints of Nepal #8FAAB9

RGB

 RED value IS 143 (56.25% from 255) = 28.71%

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

 BLUE value IS 185 (72.66% from 255) = 37.15%

R = 28.71%
G = 34.14%
B = 37.15%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8FAAB9 (or 0x8FAAB9) is known color: Nepal. HEX triplet: 8F, AA and B9. RGB value is (143,170,185). Sum of RGB (Red+Green+Blue) = 143+170+185=498 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.71% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 185 - color contains mainly: blue. Hex color #8FAAB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAAB9 is #705546. Grayscale: #A3A3A3. Windows color (decimal): -7361863 or 12167823. OLE color: 12167823.

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

Color convert

RGB 143 170 185 -
CMYK 0.23 0.08 0 0.27
HSL 201.43º 0.23% 0.64% -
HSV(B) 201.43º 0.23% 0.73% -
XYZ 34.46 38.09 51.44 -
YUV 163.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 143 170 185 0.23 0.08 0 0.27 201.43 0.23 0.64
Hex 8F AA B9 17 8 0 1B C9 17 40
Octal 217 252 271 27 10 0 33 311 27 100
Binary 10001111 10101010 10111001 10111 1000 0 11011 11001001 10111 1000000

Color Harmonies of #8FAAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAAB9

Black with #8FAAB9

Text Example


Text Example

White with #8FAAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,170,185); }

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

background-color css

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

 a { background-color: rgb(143,170,185); }

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

border-color css

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

 span { border-color: rgb(143,170,185); }

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