Html Css Color HEX #89ACBF Nepal

📋 copy color: '#89ACBF'

red 137 ◦ green 172 ◦ blue 191

#89ACBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #89ACBF

Tints of Nepal #89ACBF

RGB

 RED value IS 137 (53.91% from 255) = 27.4%

 GREEN value IS 172 (67.58% from 255) = 34.4%

 BLUE value IS 191 (75% from 255) = 38.2%

R = 27.4%
G = 34.4%
B = 38.2%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#89ACBF (or 0x89ACBF) is known color: Nepal. HEX triplet: 89, AC and BF. RGB value is (137,172,191). Sum of RGB (Red+Green+Blue) = 137+172+191=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 172 (67.58% from 255 or 34.4% 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 #89ACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ACBF is #765340. Grayscale: #A3A3A3. Windows color (decimal): -7754561 or 12561545. OLE color: 12561545.

HSL color Cylindrical-coordinate representation of color #89ACBF: hue angle of 201.11º 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 #89ACBF is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 172 191 -
CMYK 0.28 0.10 0 0.25
HSL 201.11º 0.3% 0.64% -
HSV(B) 201.11º 0.28% 0.75% -
XYZ 34.47 38.59 54.92 -
YUV 163.7 143.4 108.96 -
System Red Green Blue C M Y K H S L
Decimal 137 172 191 0.28 0.10 0 0.25 201.11 0.3 0.64
Hex 89 AC BF 1C A 0 19 C9 1E 40
Octal 211 254 277 34 12 0 31 311 36 100
Binary 10001001 10101100 10111111 11100 1010 0 11001 11001001 11110 1000000

Color Harmonies of #89ACBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ACBF

Black with #89ACBF

Text Example


Text Example

White with #89ACBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89ACBF;
 }
 .AnyTagClassName
 {
   color: #89ACBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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