#8DAABB

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

Shades of Nepal #8DAABB

Tints of Nepal #8DAABB

Color information

#8DAABB (or 0x8DAABB) is unknown color: approx Nepal. HEX triplet: 8D, AA and BB. RGB value is (141,170,187). Sum of RGB (Red+Green+Blue) = 141+170+187=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DAABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAABB is #725544. Grayscale: #A3A3A3. Windows color (decimal): -7492933 or 12298893. OLE color: 12298893.

HSL color Cylindrical-coordinate representation of color #8DAABB: hue angle of 202.17º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DAABB is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB141170187-
CMYK0.250.0900.27
HSL202.17º25.27%64.31%-
HSV(B)202.17º24.6%73.33%-
XYZ34.333852.54-
YUV163.27141.39112.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.31%
GREEN value IS 170 (66.80% from 255) = 34.14%
BLUE value IS 187 (73.44% from 255) = 37.55%
R=28.31%
G=34.14%
B=37.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411701870.250.0900.27202.1725.2764.31
Hex8DAABB19901Bca1940
Octal215252273311103331231100
Binary10001101101010101011101111001100101101111001010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,170,187); }

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

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

 a { background-color: rgb(141,170,187); }

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

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

 span { border-color: rgb(141,170,187); }

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