#89B3C7

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

Shades of Nepal #89B3C7

Tints of Nepal #89B3C7

Color information

#89B3C7 (or 0x89B3C7) is unknown color: approx Nepal. HEX triplet: 89, B3 and C7. RGB value is (137,179,199). Sum of RGB (Red+Green+Blue) = 137+179+199=515 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.60% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 199 - color contains mainly: blue. Hex color #89B3C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B3C7 is #764C38. Grayscale: #A8A8A8. Windows color (decimal): -7752761 or 13087625. OLE color: 13087625.

HSL color Cylindrical-coordinate representation of color #89B3C7: hue angle of 199.35º degrees, saturation: 0.36, 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 #89B3C7 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB137179199-
CMYK0.310.1000.22
HSL199.35º35.63%65.88%-
HSV(B)199.35º31.16%78.04%-
XYZ36.7541.6860.14-
YUV168.72145.09105.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.60%
GREEN value IS 179 (70.31% from 255) = 34.76%
BLUE value IS 199 (78.12% from 255) = 38.64%
R=26.60%
G=34.76%
B=38.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1371791990.310.1000.22199.3535.6365.88
Hex89B3C71FA016c72442
Octal211263307371202630744102
Binary100010011011001111000111111111010010110110001111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B3C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,179,199); }

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

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

 a { background-color: rgb(137,179,199); }

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

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

 span { border-color: rgb(137,179,199); }

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