#8AA8B8

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

Shades of Nepal #8AA8B8

Tints of Nepal #8AA8B8

Color information

#8AA8B8 (or 0x8AA8B8) is unknown color: approx Nepal. HEX triplet: 8A, A8 and B8. RGB value is (138,168,184). Sum of RGB (Red+Green+Blue) = 138+168+184=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 184 - color contains mainly: blue. Hex color #8AA8B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA8B8 is #755747. Grayscale: #A0A0A0. Windows color (decimal): -7690056 or 12101770. OLE color: 12101770.

HSL color Cylindrical-coordinate representation of color #8AA8B8: hue angle of 200.87º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8AA8B8 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB138168184-
CMYK0.250.0900.28
HSL200.87º24.47%63.14%-
HSV(B)200.87º25%72.16%-
XYZ33.1436.8750.72-
YUV160.85141.06111.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.16%
GREEN value IS 168 (66.02% from 255) = 34.29%
BLUE value IS 184 (72.27% from 255) = 37.55%
R=28.16%
G=34.29%
B=37.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1381681840.250.0900.28200.8724.4763.14
Hex8AA8B819901Cc9183f
Octal21225027031110343113077
Binary1000101010101000101110001100110010111001100100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,168,184); }

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

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

 a { background-color: rgb(138,168,184); }

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

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

 span { border-color: rgb(138,168,184); }

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