Html Css Color HEX #8FACC0 Nepal

📋 copy color: '#8FACC0'

red 143 ◦ green 172 ◦ blue 192

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

Shades of Nepal #8FACC0

Tints of Nepal #8FACC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.87%

R = 28.21%
G = 33.93%
B = 37.87%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8FACC0 (or 0x8FACC0) is known color: Nepal. HEX triplet: 8F, AC and C0. RGB value is (143,172,192). Sum of RGB (Red+Green+Blue) = 143+172+192=507 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.21% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 192 - color contains mainly: blue. Hex color #8FACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FACC0 is #70533F. Grayscale: #A5A5A5. Windows color (decimal): -7361344 or 12627087. OLE color: 12627087.

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

Color convert

RGB 143 172 192 -
CMYK 0.26 0.10 0 0.25
HSL 204.49º 0.28% 0.66% -
HSV(B) 204.49º 0.26% 0.75% -
XYZ 35.59 39.15 55.55 -
YUV 165.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 143 172 192 0.26 0.10 0 0.25 204.49 0.28 0.66
Hex 8F AC C0 1A A 0 19 CC 1C 42
Octal 217 254 300 32 12 0 31 314 34 102
Binary 10001111 10101100 11000000 11010 1010 0 11001 11001100 11100 1000010

Color Harmonies of #8FACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FACC0

Black with #8FACC0

Text Example


Text Example

White with #8FACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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