Html Css Color HEX #8FACBF Nepal

📋 copy color: '#8FACBF'

red 143 ◦ green 172 ◦ blue 191

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

Shades of Nepal #8FACBF

Tints of Nepal #8FACBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.75%

R = 28.26%
G = 33.99%
B = 37.75%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8FACBF (or 0x8FACBF) is known color: Nepal. HEX triplet: 8F, AC and BF. RGB value is (143,172,191). Sum of RGB (Red+Green+Blue) = 143+172+191=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #8FACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FACBF is #705340. Grayscale: #A5A5A5. Windows color (decimal): -7361345 or 12561551. OLE color: 12561551.

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

Color convert

RGB 143 172 191 -
CMYK 0.25 0.10 0 0.25
HSL 203.75º 0.27% 0.65% -
HSV(B) 203.75º 0.25% 0.75% -
XYZ 35.48 39.11 54.97 -
YUV 165.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 143 172 191 0.25 0.10 0 0.25 203.75 0.27 0.65
Hex 8F AC BF 19 A 0 19 CC 1B 41
Octal 217 254 277 31 12 0 31 314 33 101
Binary 10001111 10101100 10111111 11001 1010 0 11001 11001100 11011 1000001

Color Harmonies of #8FACBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FACBF

Black with #8FACBF

Text Example


Text Example

White with #8FACBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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