#8CACC4

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

Shades of Nepal #8CACC4

Tints of Nepal #8CACC4

Color information

#8CACC4 (or 0x8CACC4) is unknown color: approx Nepal. HEX triplet: 8C, AC and C4. RGB value is (140,172,196). Sum of RGB (Red+Green+Blue) = 140+172+196=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 196 - color contains mainly: blue. Hex color #8CACC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CACC4 is #73533B. Grayscale: #A5A5A5. Windows color (decimal): -7557948 or 12889228. OLE color: 12889228.

HSL color Cylindrical-coordinate representation of color #8CACC4: hue angle of 205.71º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CACC4 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB140172196-
CMYK0.290.1200.23
HSL205.71º32.18%65.88%-
HSV(B)205.71º28.57%76.86%-
XYZ35.5339.0757.89-
YUV165.17145.4110.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.56%
GREEN value IS 172 (67.58% from 255) = 33.86%
BLUE value IS 196 (76.95% from 255) = 38.58%
R=27.56%
G=33.86%
B=38.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1401721960.290.1200.23205.7132.1865.88
Hex8CACC41DC017ce2042
Octal214254304351402731640102
Binary100011001010110011000100111011100010111110011101000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,172,196); }

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

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

 a { background-color: rgb(140,172,196); }

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

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

 span { border-color: rgb(140,172,196); }

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