#8CAEBF

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

Shades of Nepal #8CAEBF

Tints of Nepal #8CAEBF

Color information

#8CAEBF (or 0x8CAEBF) is unknown color: approx Nepal. HEX triplet: 8C, AE and BF. RGB value is (140,174,191). Sum of RGB (Red+Green+Blue) = 140+174+191=505 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.72% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #8CAEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAEBF is #735140. Grayscale: #A5A5A5. Windows color (decimal): -7557441 or 12562060. OLE color: 12562060.

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

Color convert

RGB140174191-
CMYK0.270.0900.25
HSL200º28.49%64.9%-
HSV(B)200º26.7%74.9%-
XYZ35.3639.6155.07-
YUV165.77142.24109.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.72%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 191 (75% from 255) = 37.82%
R=27.72%
G=34.46%
B=37.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401741910.270.0900.2520028.4964.9
Hex8CAEBF1B9019c81c41
Octal214256277331103131034101
Binary10001100101011101011111111011100101100111001000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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