Html Css Color HEX #89ABBB Nepal

📋 copy color: '#89ABBB'

red 137 ◦ green 171 ◦ blue 187

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

Shades of Nepal #89ABBB

Tints of Nepal #89ABBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.78%

R = 27.68%
G = 34.55%
B = 37.78%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#89ABBB (or 0x89ABBB) is known color: Nepal. HEX triplet: 89, AB and BB. RGB value is (137,171,187). Sum of RGB (Red+Green+Blue) = 137+171+187=495 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.68% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #89ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ABBB is #765444. Grayscale: #A2A2A2. Windows color (decimal): -7754821 or 12299145. OLE color: 12299145.

HSL color Cylindrical-coordinate representation of color #89ABBB: hue angle of 199.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89ABBB is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 171 187 -
CMYK 0.27 0.09 0 0.27
HSL 199.2º 0.27% 0.64% -
HSV(B) 199.2º 0.27% 0.73% -
XYZ 33.85 38.03 52.57 -
YUV 162.66 141.74 109.7 -
System Red Green Blue C M Y K H S L
Decimal 137 171 187 0.27 0.09 0 0.27 199.2 0.27 0.64
Hex 89 AB BB 1B 9 0 1B C7 1B 40
Octal 211 253 273 33 11 0 33 307 33 100
Binary 10001001 10101011 10111011 11011 1001 0 11011 11000111 11011 1000000

Color Harmonies of #89ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ABBB

Black with #89ABBB

Text Example


Text Example

White with #89ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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