#8FADBF

Color #8FADBF Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #8FADBF

Tints of Nepal #8FADBF

Color information

#8FADBF (or 0x8FADBF) is unknown color: approx Nepal. HEX triplet: 8F, AD and BF. RGB value is (143,173,191). Sum of RGB (Red+Green+Blue) = 143+173+191=507 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.21% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #8FADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADBF is #705240. Grayscale: #A5A5A5. Windows color (decimal): -7361089 or 12561807. OLE color: 12561807.

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

Color convert

RGB143173191-
CMYK0.250.0900.25
HSL202.5º27.27%65.49%-
HSV(B)202.5º25.13%74.9%-
XYZ35.6839.4955.03-
YUV166.08142.06111.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.21%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 191 (75% from 255) = 37.67%
R=28.21%
G=34.12%
B=37.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431731910.250.0900.25202.527.2765.49
Hex8FADBF199019ca1b41
Octal217255277311103131233101
Binary10001111101011011011111111001100101100111001010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8FADBF;
 }
 .AnyTagClassName
 {
   color: #8FADBF;
 }
</style>
background-color css

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

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

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

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

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

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