#8DABBF

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

Shades of Nepal #8DABBF

Tints of Nepal #8DABBF

Color information

#8DABBF (or 0x8DABBF) is unknown color: approx Nepal. HEX triplet: 8D, AB and BF. RGB value is (141,171,191). Sum of RGB (Red+Green+Blue) = 141+171+191=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #8DABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABBF is #725440. Grayscale: #A4A4A4. Windows color (decimal): -7492673 or 12561293. OLE color: 12561293.

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

Color convert

RGB141171191-
CMYK0.260.1000.25
HSL204º28.09%65.1%-
HSV(B)204º26.18%74.9%-
XYZ34.9538.5554.89-
YUV164.31143.06111.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.03%
GREEN value IS 171 (67.19% from 255) = 34.00%
BLUE value IS 191 (75% from 255) = 37.97%
R=28.03%
G=34.00%
B=37.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411711910.260.1000.2520428.0965.1
Hex8DABBF1AA019cc1c41
Octal215253277321203131434101
Binary10001101101010111011111111010101001100111001100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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