#8CAABF

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

Shades of Nepal #8CAABF

Tints of Nepal #8CAABF

Color information

#8CAABF (or 0x8CAABF) is unknown color: approx Nepal. HEX triplet: 8C, AA and BF. RGB value is (140,170,191). Sum of RGB (Red+Green+Blue) = 140+170+191=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #8CAABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAABF is #735540. Grayscale: #A3A3A3. Windows color (decimal): -7558465 or 12561036. OLE color: 12561036.

HSL color Cylindrical-coordinate representation of color #8CAABF: hue angle of 204.71º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CAABF is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB140170191-
CMYK0.270.1100.25
HSL204.71º28.49%64.9%-
HSV(B)204.71º26.7%74.9%-
XYZ34.5938.0954.82-
YUV163.42143.56111.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.94%
GREEN value IS 170 (66.80% from 255) = 33.93%
BLUE value IS 191 (75% from 255) = 38.12%
R=27.94%
G=33.93%
B=38.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401701910.270.1100.25204.7128.4964.9
Hex8CAABF1BB019cd1c41
Octal214252277331303131534101
Binary10001100101010101011111111011101101100111001101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,170,191); }

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

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

 a { background-color: rgb(140,170,191); }

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

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

 span { border-color: rgb(140,170,191); }

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