Html Css Color HEX #89A9C0 Nepal

📋 copy color: '#89A9C0'

red 137 ◦ green 169 ◦ blue 192

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

Shades of Nepal #89A9C0

Tints of Nepal #89A9C0

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.94%

 BLUE value IS 192 (75.39% from 255) = 38.55%

R = 27.51%
G = 33.94%
B = 38.55%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#89A9C0 (or 0x89A9C0) is known color: Nepal. HEX triplet: 89, A9 and C0. RGB value is (137,169,192). Sum of RGB (Red+Green+Blue) = 137+169+192=498 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.51% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 192 - color contains mainly: blue. Hex color #89A9C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A9C0 is #76563F. Grayscale: #A1A1A1. Windows color (decimal): -7755328 or 12626313. OLE color: 12626313.

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

Color convert

RGB 137 169 192 -
CMYK 0.29 0.12 0 0.25
HSL 205.09º 0.3% 0.65% -
HSV(B) 205.09º 0.29% 0.75% -
XYZ 34.02 37.5 55.31 -
YUV 162.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 137 169 192 0.29 0.12 0 0.25 205.09 0.3 0.65
Hex 89 A9 C0 1D C 0 19 CD 1E 41
Octal 211 251 300 35 14 0 31 315 36 101
Binary 10001001 10101001 11000000 11101 1100 0 11001 11001101 11110 1000001

Color Harmonies of #89A9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A9C0

Black with #89A9C0

Text Example


Text Example

White with #89A9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,169,192); }

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

background-color css

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

 a { background-color: rgb(137,169,192); }

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

border-color css

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

 span { border-color: rgb(137,169,192); }

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