Html Css Color HEX #8FACB9 Nepal

📋 copy color: '#8FACB9'

red 143 ◦ green 172 ◦ blue 185

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

Shades of Nepal #8FACB9

Tints of Nepal #8FACB9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.4%

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

R = 28.6%
G = 34.4%
B = 37%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8FACB9 (or 0x8FACB9) is known color: Nepal. HEX triplet: 8F, AC and B9. RGB value is (143,172,185). Sum of RGB (Red+Green+Blue) = 143+172+185=500 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.6% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 185 - color contains mainly: blue. Hex color #8FACB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FACB9 is #705346. Grayscale: #A4A4A4. Windows color (decimal): -7361351 or 12168335. OLE color: 12168335.

HSL color Cylindrical-coordinate representation of color #8FACB9: hue angle of 198.57º 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 #8FACB9 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 172 185 -
CMYK 0.23 0.07 0 0.27
HSL 198.57º 0.23% 0.64% -
HSV(B) 198.57º 0.23% 0.73% -
XYZ 34.84 38.85 51.56 -
YUV 164.81 139.39 112.44 -
System Red Green Blue C M Y K H S L
Decimal 143 172 185 0.23 0.07 0 0.27 198.57 0.23 0.64
Hex 8F AC B9 17 7 0 1B C7 17 40
Octal 217 254 271 27 7 0 33 307 27 100
Binary 10001111 10101100 10111001 10111 111 0 11011 11000111 10111 1000000

Color Harmonies of #8FACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FACB9

Black with #8FACB9

Text Example


Text Example

White with #8FACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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