#8DABBE

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

Shades of Nepal #8DABBE

Tints of Nepal #8DABBE

Color information

#8DABBE (or 0x8DABBE) is unknown color: approx Nepal. HEX triplet: 8D, AB and BE. RGB value is (141,171,190). Sum of RGB (Red+Green+Blue) = 141+171+190=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #8DABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABBE is #725441. Grayscale: #A4A4A4. Windows color (decimal): -7492674 or 12495757. OLE color: 12495757.

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

Color convert

RGB141171190-
CMYK0.260.1000.25
HSL203.27º27.37%64.9%-
HSV(B)203.27º25.79%74.51%-
XYZ34.8438.5154.31-
YUV164.2142.56111.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.09%
GREEN value IS 171 (67.19% from 255) = 34.06%
BLUE value IS 190 (74.61% from 255) = 37.85%
R=28.09%
G=34.06%
B=37.85%

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
Decimal1411711900.260.1000.25203.2727.3764.9
Hex8DABBE1AA019cb1b41
Octal215253276321203131333101
Binary10001101101010111011111011010101001100111001011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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