Html Css Color HEX #89ACC1 Nepal

📋 copy color: '#89ACC1'

red 137 ◦ green 172 ◦ blue 193

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

Shades of Nepal #89ACC1

Tints of Nepal #89ACC1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.26%

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

R = 27.29%
G = 34.26%
B = 38.45%

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

#89ACC1 (or 0x89ACC1) is known color: Nepal. HEX triplet: 89, AC and C1. RGB value is (137,172,193). Sum of RGB (Red+Green+Blue) = 137+172+193=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #89ACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ACC1 is #76533E. Grayscale: #A3A3A3. Windows color (decimal): -7754559 or 12692617. OLE color: 12692617.

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

Color convert

RGB 137 172 193 -
CMYK 0.29 0.11 0 0.24
HSL 202.5º 0.31% 0.65% -
HSV(B) 202.5º 0.29% 0.76% -
XYZ 34.69 38.67 56.09 -
YUV 163.93 144.4 108.79 -
System Red Green Blue C M Y K H S L
Decimal 137 172 193 0.29 0.11 0 0.24 202.5 0.31 0.65
Hex 89 AC C1 1D B 0 18 CA 1F 41
Octal 211 254 301 35 13 0 30 312 37 101
Binary 10001001 10101100 11000001 11101 1011 0 11000 11001010 11111 1000001

Color Harmonies of #89ACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ACC1

Black with #89ACC1

Text Example


Text Example

White with #89ACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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