#8DABBC

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

Shades of Nepal #8DABBC

Tints of Nepal #8DABBC

Color information

#8DABBC (or 0x8DABBC) is unknown color: approx Nepal. HEX triplet: 8D, AB and BC. RGB value is (141,171,188). Sum of RGB (Red+Green+Blue) = 141+171+188=500 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.2% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #8DABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABBC is #725443. Grayscale: #A3A3A3. Windows color (decimal): -7492676 or 12364685. OLE color: 12364685.

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

Color convert

RGB141171188-
CMYK0.250.0900.26
HSL201.7º25.97%64.51%-
HSV(B)201.7º25%73.73%-
XYZ34.6238.4253.17-
YUV163.97141.56111.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.2%
GREEN value IS 171 (67.19% from 255) = 34.2%
BLUE value IS 188 (73.83% from 255) = 37.6%
R=28.2%
G=34.2%
B=37.6%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411711880.250.0900.26201.725.9764.51
Hex8DABBC19901Aca1a41
Octal215253274311103231232101
Binary10001101101010111011110011001100101101011001010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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