Html Css Color HEX #8FADC5 Nepal

📋 copy color: '#8FADC5'

red 143 ◦ green 173 ◦ blue 197

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

Shades of Nepal #8FADC5

Tints of Nepal #8FADC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.4%

R = 27.88%
G = 33.72%
B = 38.4%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#8FADC5 (or 0x8FADC5) is known color: Nepal. HEX triplet: 8F, AD and C5. RGB value is (143,173,197). Sum of RGB (Red+Green+Blue) = 143+173+197=513 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.88% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 197 - color contains mainly: blue. Hex color #8FADC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADC5 is #70523A. Grayscale: #A6A6A6. Windows color (decimal): -7361083 or 12955023. OLE color: 12955023.

HSL color Cylindrical-coordinate representation of color #8FADC5: hue angle of 206.67º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FADC5 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 143 173 197 -
CMYK 0.27 0.12 0 0.23
HSL 206.67º 0.32% 0.67% -
HSV(B) 206.67º 0.27% 0.77% -
XYZ 36.35 39.76 58.58 -
YUV 166.77 145.06 111.05 -
System Red Green Blue C M Y K H S L
Decimal 143 173 197 0.27 0.12 0 0.23 206.67 0.32 0.67
Hex 8F AD C5 1B C 0 17 CF 20 43
Octal 217 255 305 33 14 0 27 317 40 103
Binary 10001111 10101101 11000101 11011 1100 0 10111 11001111 100000 1000011

Color Harmonies of #8FADC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FADC5

Black with #8FADC5

Text Example


Text Example

White with #8FADC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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