Html Css Color HEX #89AAC3 Nepal

📋 copy color: '#89AAC3'

red 137 ◦ green 170 ◦ blue 195

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

Shades of Nepal #89AAC3

Tints of Nepal #89AAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.84%

R = 27.29%
G = 33.86%
B = 38.84%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#89AAC3 (or 0x89AAC3) is known color: Nepal. HEX triplet: 89, AA and C3. RGB value is (137,170,195). Sum of RGB (Red+Green+Blue) = 137+170+195=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 195 (76.56% from 255 or 38.84% from 502); Max value from RGB is 195 - color contains mainly: blue. Hex color #89AAC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AAC3 is #76553C. Grayscale: #A2A2A2. Windows color (decimal): -7755069 or 12823177. OLE color: 12823177.

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

Color convert

RGB 137 170 195 -
CMYK 0.30 0.13 0 0.24
HSL 205.86º 0.33% 0.65% -
HSV(B) 205.86º 0.3% 0.76% -
XYZ 34.54 38.01 57.15 -
YUV 162.98 146.07 109.47 -
System Red Green Blue C M Y K H S L
Decimal 137 170 195 0.30 0.13 0 0.24 205.86 0.33 0.65
Hex 89 AA C3 1E D 0 18 CE 21 41
Octal 211 252 303 36 15 0 30 316 41 101
Binary 10001001 10101010 11000011 11110 1101 0 11000 11001110 100001 1000001

Color Harmonies of #89AAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AAC3

Black with #89AAC3

Text Example


Text Example

White with #89AAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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