Html Css Color HEX #89ADC4 Nepal

📋 copy color: '#89ADC4'

red 137 ◦ green 173 ◦ blue 196

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

Shades of Nepal #89ADC4

Tints of Nepal #89ADC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.74%

R = 27.08%
G = 34.19%
B = 38.74%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#89ADC4 (or 0x89ADC4) is known color: Nepal. HEX triplet: 89, AD and C4. RGB value is (137,173,196). Sum of RGB (Red+Green+Blue) = 137+173+196=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 196 - color contains mainly: blue. Hex color #89ADC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADC4 is #76523B. Grayscale: #A4A4A4. Windows color (decimal): -7754300 or 12889481. OLE color: 12889481.

HSL color Cylindrical-coordinate representation of color #89ADC4: hue angle of 203.39º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89ADC4 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 137 173 196 -
CMYK 0.30 0.12 0 0.23
HSL 203.39º 0.33% 0.65% -
HSV(B) 203.39º 0.3% 0.77% -
XYZ 35.22 39.19 57.93 -
YUV 164.86 145.57 108.13 -
System Red Green Blue C M Y K H S L
Decimal 137 173 196 0.30 0.12 0 0.23 203.39 0.33 0.65
Hex 89 AD C4 1E C 0 17 CB 21 41
Octal 211 255 304 36 14 0 27 313 41 101
Binary 10001001 10101101 11000100 11110 1100 0 10111 11001011 100001 1000001

Color Harmonies of #89ADC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ADC4

Black with #89ADC4

Text Example


Text Example

White with #89ADC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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