Html Css Color HEX #89ADC1 Nepal

📋 copy color: '#89ADC1'

red 137 ◦ green 173 ◦ blue 193

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

Shades of Nepal #89ADC1

Tints of Nepal #89ADC1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.39%

 BLUE value IS 193 (75.78% from 255) = 38.37%

R = 27.24%
G = 34.39%
B = 38.37%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#89ADC1 (or 0x89ADC1) is known color: Nepal. HEX triplet: 89, AD and C1. RGB value is (137,173,193). Sum of RGB (Red+Green+Blue) = 137+173+193=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 193 - color contains mainly: blue. Hex color #89ADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADC1 is #76523E. Grayscale: #A4A4A4. Windows color (decimal): -7754303 or 12692873. OLE color: 12692873.

HSL color Cylindrical-coordinate representation of color #89ADC1: hue angle of 201.43º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89ADC1 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 137 173 193 -
CMYK 0.29 0.10 0 0.24
HSL 201.43º 0.31% 0.65% -
HSV(B) 201.43º 0.29% 0.76% -
XYZ 34.89 39.06 56.15 -
YUV 164.52 144.07 108.37 -
System Red Green Blue C M Y K H S L
Decimal 137 173 193 0.29 0.10 0 0.24 201.43 0.31 0.65
Hex 89 AD C1 1D A 0 18 C9 1F 41
Octal 211 255 301 35 12 0 30 311 37 101
Binary 10001001 10101101 11000001 11101 1010 0 11000 11001001 11111 1000001

Color Harmonies of #89ADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ADC1

Black with #89ADC1

Text Example


Text Example

White with #89ADC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,173,193); }

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

background-color css

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

 a { background-color: rgb(137,173,193); }

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

border-color css

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

 span { border-color: rgb(137,173,193); }

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