#89AFBF

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

Shades of Nepal #89AFBF

Tints of Nepal #89AFBF

Color information

#89AFBF (or 0x89AFBF) is unknown color: approx Nepal. HEX triplet: 89, AF and BF. RGB value is (137,175,191). Sum of RGB (Red+Green+Blue) = 137+175+191=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #89AFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AFBF is #765040. Grayscale: #A5A5A5. Windows color (decimal): -7753793 or 12562313. OLE color: 12562313.

HSL color Cylindrical-coordinate representation of color #89AFBF: hue angle of 197.78º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89AFBF is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137175191-
CMYK0.280.0800.25
HSL197.78º29.67%64.31%-
HSV(B)197.78º28.27%74.9%-
XYZ35.0539.7455.11-
YUV165.46142.41107.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.24%
GREEN value IS 175 (68.75% from 255) = 34.79%
BLUE value IS 191 (75% from 255) = 37.97%
R=27.24%
G=34.79%
B=37.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371751910.280.0800.25197.7829.6764.31
Hex89AFBF1C8019c61e40
Octal211257277341003130636100
Binary10001001101011111011111111100100001100111000110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,175,191); }

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

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

 a { background-color: rgb(137,175,191); }

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

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

 span { border-color: rgb(137,175,191); }

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