#8DADBF

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

Shades of Nepal #8DADBF

Tints of Nepal #8DADBF

Color information

#8DADBF (or 0x8DADBF) is unknown color: approx Nepal. HEX triplet: 8D, AD and BF. RGB value is (141,173,191). Sum of RGB (Red+Green+Blue) = 141+173+191=505 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.92% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #8DADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADBF is #725240. Grayscale: #A5A5A5. Windows color (decimal): -7492161 or 12561805. OLE color: 12561805.

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

Color convert

RGB141173191-
CMYK0.260.0900.25
HSL201.6º28.09%65.1%-
HSV(B)201.6º26.18%74.9%-
XYZ35.3339.3155.02-
YUV165.48142.4110.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.92%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 191 (75% from 255) = 37.82%
R=27.92%
G=34.26%
B=37.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411731910.260.0900.25201.628.0965.1
Hex8DADBF1A9019ca1c41
Octal215255277321103131234101
Binary10001101101011011011111111010100101100111001010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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