#8CAAC2

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

Shades of Nepal #8CAAC2

Tints of Nepal #8CAAC2

Color information

#8CAAC2 (or 0x8CAAC2) is unknown color: approx Nepal. HEX triplet: 8C, AA and C2. RGB value is (140,170,194). Sum of RGB (Red+Green+Blue) = 140+170+194=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 194 - color contains mainly: blue. Hex color #8CAAC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAAC2 is #73553D. Grayscale: #A3A3A3. Windows color (decimal): -7558462 or 12757644. OLE color: 12757644.

HSL color Cylindrical-coordinate representation of color #8CAAC2: hue angle of 206.67º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CAAC2 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB140170194-
CMYK0.280.1200.24
HSL206.67º30.68%65.49%-
HSV(B)206.67º27.84%76.08%-
XYZ34.9338.2256.58-
YUV163.77145.06111.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.78%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 194 (76.17% from 255) = 38.49%
R=27.78%
G=33.73%
B=38.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401701940.280.1200.24206.6730.6865.49
Hex8CAAC21CC018cf1f41
Octal214252302341403031737101
Binary10001100101010101100001011100110001100011001111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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