Html Css Color HEX #8FADC1 Nepal

📋 copy color: '#8FADC1'

red 143 ◦ green 173 ◦ blue 193

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

Shades of Nepal #8FADC1

Tints of Nepal #8FADC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.92%

R = 28.09%
G = 33.99%
B = 37.92%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8FADC1 (or 0x8FADC1) is known color: Nepal. HEX triplet: 8F, AD and C1. RGB value is (143,173,193). Sum of RGB (Red+Green+Blue) = 143+173+193=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #8FADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADC1 is #70523E. Grayscale: #A6A6A6. Windows color (decimal): -7361087 or 12692879. OLE color: 12692879.

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

Color convert

RGB 143 173 193 -
CMYK 0.26 0.10 0 0.24
HSL 204º 0.29% 0.66% -
HSV(B) 204º 0.26% 0.76% -
XYZ 35.9 39.58 56.2 -
YUV 166.31 143.06 111.37 -
System Red Green Blue C M Y K H S L
Decimal 143 173 193 0.26 0.10 0 0.24 204 0.29 0.66
Hex 8F AD C1 1A A 0 18 CC 1D 42
Octal 217 255 301 32 12 0 30 314 35 102
Binary 10001111 10101101 11000001 11010 1010 0 11000 11001100 11101 1000010

Color Harmonies of #8FADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FADC1

Black with #8FADC1

Text Example


Text Example

White with #8FADC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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