Html Css Color HEX #89DEAF Vista Blue

📋 copy color: '#89DEAF'

red 137 ◦ green 222 ◦ blue 175

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

Shades of Vista Blue #89DEAF

Tints of Vista Blue #89DEAF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.57%

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

R = 25.66%
G = 41.57%
B = 32.77%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#89DEAF (or 0x89DEAF) is known color: Vista Blue. HEX triplet: 89, DE and AF. RGB value is (137,222,175). Sum of RGB (Red+Green+Blue) = 137+222+175=534 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.66% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #89DEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DEAF is #762150. Grayscale: #BFBFBF. Windows color (decimal): -7741777 or 11525769. OLE color: 11525769.

HSL color Cylindrical-coordinate representation of color #89DEAF: hue angle of 146.82º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DEAF is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 222 175 -
CMYK 0.38 0 0.21 0.13
HSL 146.82º 0.56% 0.7% -
HSV(B) 146.82º 0.38% 0.87% -
XYZ 44.18 60.66 49.94 -
YUV 191.23 118.84 89.32 -
System Red Green Blue C M Y K H S L
Decimal 137 222 175 0.38 0 0.21 0.13 146.82 0.56 0.7
Hex 89 DE AF 26 0 15 D 93 38 46
Octal 211 336 257 46 0 25 15 223 70 106
Binary 10001001 11011110 10101111 100110 0 10101 1101 10010011 111000 1000110

Color Harmonies of #89DEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DEAF

Black with #89DEAF

Text Example


Text Example

White with #89DEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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