Html Css Color HEX #89ABC1 Nepal

📋 copy color: '#89ABC1'

red 137 ◦ green 171 ◦ blue 193

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

Shades of Nepal #89ABC1

Tints of Nepal #89ABC1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.13%

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

R = 27.35%
G = 34.13%
B = 38.52%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#89ABC1 (or 0x89ABC1) is known color: Nepal. HEX triplet: 89, AB and C1. RGB value is (137,171,193). Sum of RGB (Red+Green+Blue) = 137+171+193=501 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.35% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #89ABC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ABC1 is #76543E. Grayscale: #A3A3A3. Windows color (decimal): -7754815 or 12692361. OLE color: 12692361.

HSL color Cylindrical-coordinate representation of color #89ABC1: hue angle of 203.57º 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 #89ABC1 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 137 171 193 -
CMYK 0.29 0.11 0 0.24
HSL 203.57º 0.31% 0.65% -
HSV(B) 203.57º 0.29% 0.76% -
XYZ 34.51 38.29 56.03 -
YUV 163.34 144.74 109.21 -
System Red Green Blue C M Y K H S L
Decimal 137 171 193 0.29 0.11 0 0.24 203.57 0.31 0.65
Hex 89 AB C1 1D B 0 18 CC 1F 41
Octal 211 253 301 35 13 0 30 314 37 101
Binary 10001001 10101011 11000001 11101 1011 0 11000 11001100 11111 1000001

Color Harmonies of #89ABC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ABC1

Black with #89ABC1

Text Example


Text Example

White with #89ABC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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