#8AB0C2

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

Shades of Nepal #8AB0C2

Tints of Nepal #8AB0C2

Color information

#8AB0C2 (or 0x8AB0C2) is unknown color: approx Nepal. HEX triplet: 8A, B0 and C2. RGB value is (138,176,194). Sum of RGB (Red+Green+Blue) = 138+176+194=508 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.17% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 194 - color contains mainly: blue. Hex color #8AB0C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB0C2 is #754F3D. Grayscale: #A6A6A6. Windows color (decimal): -7687998 or 12759178. OLE color: 12759178.

HSL color Cylindrical-coordinate representation of color #8AB0C2: hue angle of 199.29º 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 #8AB0C2 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB138176194-
CMYK0.290.0900.24
HSL199.29º31.46%65.1%-
HSV(B)199.29º28.87%76.08%-
XYZ35.7440.3556.94-
YUV166.69143.41107.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.17%
GREEN value IS 176 (69.14% from 255) = 34.65%
BLUE value IS 194 (76.17% from 255) = 38.19%
R=27.17%
G=34.65%
B=38.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381761940.290.0900.24199.2931.4665.1
Hex8AB0C21D9018c71f41
Octal212260302351103030737101
Binary10001010101100001100001011101100101100011000111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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