Html Css Color HEX #89CBA4 Vista Blue

📋 copy color: '#89CBA4'

red 137 ◦ green 203 ◦ blue 164

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

Shades of Vista Blue #89CBA4

Tints of Vista Blue #89CBA4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.28%

 BLUE value IS 164 (64.45% from 255) = 32.54%

R = 27.18%
G = 40.28%
B = 32.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#89CBA4 (or 0x89CBA4) is known color: Vista Blue. HEX triplet: 89, CB and A4. RGB value is (137,203,164). Sum of RGB (Red+Green+Blue) = 137+203+164=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 203 - color contains mainly: green. Hex color #89CBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CBA4 is #76345B. Grayscale: #B2B2B2. Windows color (decimal): -7746652 or 10800009. OLE color: 10800009.

HSL color Cylindrical-coordinate representation of color #89CBA4: hue angle of 144.55º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CBA4 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 203 164 -
CMYK 0.33 0 0.19 0.20
HSL 144.55º 0.39% 0.67% -
HSV(B) 144.55º 0.33% 0.8% -
XYZ 38.37 50.71 42.89 -
YUV 178.82 119.63 98.17 -
System Red Green Blue C M Y K H S L
Decimal 137 203 164 0.33 0 0.19 0.20 144.55 0.39 0.67
Hex 89 CB A4 21 0 13 14 91 27 43
Octal 211 313 244 41 0 23 24 221 47 103
Binary 10001001 11001011 10100100 100001 0 10011 10100 10010001 100111 1000011

Color Harmonies of #89CBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CBA4

Black with #89CBA4

Text Example


Text Example

White with #89CBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,203,164); }

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

background-color css

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

 a { background-color: rgb(137,203,164); }

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

border-color css

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

 span { border-color: rgb(137,203,164); }

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