Html Css Color HEX #89AAC0 Nepal

📋 copy color: '#89AAC0'

red 137 ◦ green 170 ◦ blue 192

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

Shades of Nepal #89AAC0

Tints of Nepal #89AAC0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.07%

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

R = 27.45%
G = 34.07%
B = 38.48%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#89AAC0 (or 0x89AAC0) is known color: Nepal. HEX triplet: 89, AA and C0. RGB value is (137,170,192). Sum of RGB (Red+Green+Blue) = 137+170+192=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 192 - color contains mainly: blue. Hex color #89AAC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AAC0 is #76553F. Grayscale: #A2A2A2. Windows color (decimal): -7755072 or 12626569. OLE color: 12626569.

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

Color convert

RGB 137 170 192 -
CMYK 0.29 0.11 0 0.25
HSL 204º 0.3% 0.65% -
HSV(B) 204º 0.29% 0.75% -
XYZ 34.21 37.87 55.38 -
YUV 162.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 137 170 192 0.29 0.11 0 0.25 204 0.3 0.65
Hex 89 AA C0 1D B 0 19 CC 1E 41
Octal 211 252 300 35 13 0 31 314 36 101
Binary 10001001 10101010 11000000 11101 1011 0 11001 11001100 11110 1000001

Color Harmonies of #89AAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AAC0

Black with #89AAC0

Text Example


Text Example

White with #89AAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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