#89AEC6

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

Shades of Nepal #89AEC6

Tints of Nepal #89AEC6

Color information

#89AEC6 (or 0x89AEC6) is unknown color: approx Nepal. HEX triplet: 89, AE and C6. RGB value is (137,174,198). Sum of RGB (Red+Green+Blue) = 137+174+198=509 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.92% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 198 - color contains mainly: blue. Hex color #89AEC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AEC6 is #765139. Grayscale: #A5A5A5. Windows color (decimal): -7754042 or 13020809. OLE color: 13020809.

HSL color Cylindrical-coordinate representation of color #89AEC6: hue angle of 203.61º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89AEC6 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB137174198-
CMYK0.310.1200.22
HSL203.61º34.86%65.69%-
HSV(B)203.61º30.81%77.65%-
XYZ35.6539.6759.2-
YUV165.67146.24107.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.92%
GREEN value IS 174 (68.36% from 255) = 34.18%
BLUE value IS 198 (77.73% from 255) = 38.90%
R=26.92%
G=34.18%
B=38.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1371741980.310.1200.22203.6134.8665.69
Hex89AEC61FC016cc2342
Octal211256306371402631443102
Binary100010011010111011000110111111100010110110011001000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89AEC6; }

 p { color: rgb(137,174,198); }

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

<style>
 a { background-color: #89AEC6; }

 a { background-color: rgb(137,174,198); }

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

<style>
 span { border-color: #89AEC6; }

 span { border-color: rgb(137,174,198); }

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