#8DABC2

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

Shades of Nepal #8DABC2

Tints of Nepal #8DABC2

Color information

#8DABC2 (or 0x8DABC2) is unknown color: approx Nepal. HEX triplet: 8D, AB and C2. RGB value is (141,171,194). Sum of RGB (Red+Green+Blue) = 141+171+194=506 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.87% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 194 - color contains mainly: blue. Hex color #8DABC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABC2 is #72543D. Grayscale: #A4A4A4. Windows color (decimal): -7492670 or 12757901. OLE color: 12757901.

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

Color convert

RGB141171194-
CMYK0.270.1200.24
HSL206.04º30.29%65.69%-
HSV(B)206.04º27.32%76.08%-
XYZ35.2938.6856.65-
YUV164.65144.56111.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.87%
GREEN value IS 171 (67.19% from 255) = 33.79%
BLUE value IS 194 (76.17% from 255) = 38.34%
R=27.87%
G=33.79%
B=38.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411711940.270.1200.24206.0430.2965.69
Hex8DABC21BC018ce1e42
Octal215253302331403031636102
Binary10001101101010111100001011011110001100011001110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DABC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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