Html Css Color HEX #89CEAE Vista Blue

📋 copy color: '#89CEAE'

red 137 ◦ green 206 ◦ blue 174

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

Shades of Vista Blue #89CEAE

Tints of Vista Blue #89CEAE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.85%

 BLUE value IS 174 (68.36% from 255) = 33.66%

R = 26.5%
G = 39.85%
B = 33.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#89CEAE (or 0x89CEAE) is known color: Vista Blue. HEX triplet: 89, CE and AE. RGB value is (137,206,174). Sum of RGB (Red+Green+Blue) = 137+206+174=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #89CEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CEAE is #763151. Grayscale: #B5B5B5. Windows color (decimal): -7745874 or 11456137. OLE color: 11456137.

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

Color convert

RGB 137 206 174 -
CMYK 0.33 0 0.16 0.19
HSL 152.17º 0.41% 0.67% -
HSV(B) 152.17º 0.33% 0.81% -
XYZ 40.03 52.52 48.07 -
YUV 181.72 123.64 96.1 -
System Red Green Blue C M Y K H S L
Decimal 137 206 174 0.33 0 0.16 0.19 152.17 0.41 0.67
Hex 89 CE AE 21 0 10 13 98 29 43
Octal 211 316 256 41 0 20 23 230 51 103
Binary 10001001 11001110 10101110 100001 0 10000 10011 10011000 101001 1000011

Color Harmonies of #89CEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CEAE

Black with #89CEAE

Text Example


Text Example

White with #89CEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,206,174); }

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

background-color css

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

 a { background-color: rgb(137,206,174); }

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

border-color css

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

 span { border-color: rgb(137,206,174); }

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