#8AACBC

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

Shades of Nepal #8AACBC

Tints of Nepal #8AACBC

Color information

#8AACBC (or 0x8AACBC) is unknown color: approx Nepal. HEX triplet: 8A, AC and BC. RGB value is (138,172,188). Sum of RGB (Red+Green+Blue) = 138+172+188=498 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.71% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #8AACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACBC is #755343. Grayscale: #A3A3A3. Windows color (decimal): -7689028 or 12364938. OLE color: 12364938.

HSL color Cylindrical-coordinate representation of color #8AACBC: hue angle of 199.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AACBC is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB138172188-
CMYK0.270.0900.26
HSL199.2º27.17%63.92%-
HSV(B)199.2º26.6%73.73%-
XYZ34.3138.5453.21-
YUV163.66141.74109.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.71%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=27.71%
G=34.54%
B=37.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381721880.270.0900.26199.227.1763.92
Hex8AACBC1B901Ac71b40
Octal212254274331103230733100
Binary10001010101011001011110011011100101101011000111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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