#8AABBF

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

Shades of Nepal #8AABBF

Tints of Nepal #8AABBF

Color information

#8AABBF (or 0x8AABBF) is unknown color: approx Nepal. HEX triplet: 8A, AB and BF. RGB value is (138,171,191). Sum of RGB (Red+Green+Blue) = 138+171+191=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #8AABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AABBF is #755440. Grayscale: #A3A3A3. Windows color (decimal): -7689281 or 12561290. OLE color: 12561290.

HSL color Cylindrical-coordinate representation of color #8AABBF: hue angle of 202.64º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AABBF is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB138171191-
CMYK0.280.1000.25
HSL202.64º29.28%64.51%-
HSV(B)202.64º27.75%74.9%-
XYZ34.4538.2954.87-
YUV163.41143.57109.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.6%
GREEN value IS 171 (67.19% from 255) = 34.2%
BLUE value IS 191 (75% from 255) = 38.2%
R=27.6%
G=34.2%
B=38.2%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381711910.280.1000.25202.6429.2864.51
Hex8AABBF1CA019cb1d41
Octal212253277341203131335101
Binary10001010101010111011111111100101001100111001011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,171,191); }

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

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

 a { background-color: rgb(138,171,191); }

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

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

 span { border-color: rgb(138,171,191); }

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