Html Css Color HEX #8FADC0 Nepal

📋 copy color: '#8FADC0'

red 143 ◦ green 173 ◦ blue 192

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

Shades of Nepal #8FADC0

Tints of Nepal #8FADC0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.06%

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

R = 28.15%
G = 34.06%
B = 37.8%

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

#8FADC0 (or 0x8FADC0) is known color: Nepal. HEX triplet: 8F, AD and C0. RGB value is (143,173,192). Sum of RGB (Red+Green+Blue) = 143+173+192=508 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.15% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 192 - color contains mainly: blue. Hex color #8FADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADC0 is #70523F. Grayscale: #A6A6A6. Windows color (decimal): -7361088 or 12627343. OLE color: 12627343.

HSL color Cylindrical-coordinate representation of color #8FADC0: hue angle of 203.27º 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 #8FADC0 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 173 192 -
CMYK 0.26 0.10 0 0.25
HSL 203.27º 0.28% 0.66% -
HSV(B) 203.27º 0.26% 0.75% -
XYZ 35.79 39.53 55.61 -
YUV 166.2 142.56 111.46 -
System Red Green Blue C M Y K H S L
Decimal 143 173 192 0.26 0.10 0 0.25 203.27 0.28 0.66
Hex 8F AD C0 1A A 0 19 CB 1C 42
Octal 217 255 300 32 12 0 31 313 34 102
Binary 10001111 10101101 11000000 11010 1010 0 11001 11001011 11100 1000010

Color Harmonies of #8FADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FADC0

Black with #8FADC0

Text Example


Text Example

White with #8FADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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