#8AACC2

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

Shades of Nepal #8AACC2

Tints of Nepal #8AACC2

Color information

#8AACC2 (or 0x8AACC2) is unknown color: approx Nepal. HEX triplet: 8A, AC and C2. RGB value is (138,172,194). Sum of RGB (Red+Green+Blue) = 138+172+194=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 172 (67.58% from 255 or 34.13% 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 #8AACC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACC2 is #75533D. Grayscale: #A4A4A4. Windows color (decimal): -7689022 or 12758154. OLE color: 12758154.

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

Color convert

RGB138172194-
CMYK0.290.1100.24
HSL203.57º31.46%65.1%-
HSV(B)203.57º28.87%76.08%-
XYZ34.9738.856.69-
YUV164.34144.74109.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.38%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 194 (76.17% from 255) = 38.49%
R=27.38%
G=34.13%
B=38.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381721940.290.1100.24203.5731.4665.1
Hex8AACC21DB018cc1f41
Octal212254302351303031437101
Binary10001010101011001100001011101101101100011001100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AACC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,172,194); }

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

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

 a { background-color: rgb(138,172,194); }

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

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

 span { border-color: rgb(138,172,194); }

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