Html Css Color HEX #89CBAF Vista Blue

📋 copy color: '#89CBAF'

red 137 ◦ green 203 ◦ blue 175

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

Shades of Vista Blue #89CBAF

Tints of Vista Blue #89CBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.98%

R = 26.6%
G = 39.42%
B = 33.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#89CBAF (or 0x89CBAF) is known color: Vista Blue. HEX triplet: 89, CB and AF. RGB value is (137,203,175). Sum of RGB (Red+Green+Blue) = 137+203+175=515 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.60% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #89CBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CBAF is #763450. Grayscale: #B4B4B4. Windows color (decimal): -7746641 or 11520905. OLE color: 11520905.

HSL color Cylindrical-coordinate representation of color #89CBAF: hue angle of 154.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 #89CBAF is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 203 175 -
CMYK 0.33 0 0.14 0.20
HSL 154.55º 0.39% 0.67% -
HSV(B) 154.55º 0.33% 0.8% -
XYZ 39.41 51.13 48.35 -
YUV 180.07 125.13 97.28 -
System Red Green Blue C M Y K H S L
Decimal 137 203 175 0.33 0 0.14 0.20 154.55 0.39 0.67
Hex 89 CB AF 21 0 E 14 9B 27 43
Octal 211 313 257 41 0 16 24 233 47 103
Binary 10001001 11001011 10101111 100001 0 1110 10100 10011011 100111 1000011

Color Harmonies of #89CBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CBAF

Black with #89CBAF

Text Example


Text Example

White with #89CBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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