Html Css Color HEX #89CEAF Vista Blue

📋 copy color: '#89CEAF'

red 137 ◦ green 206 ◦ blue 175

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

Shades of Vista Blue #89CEAF

Tints of Vista Blue #89CEAF

RGB

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

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

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

R = 26.45%
G = 39.77%
B = 33.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#89CEAF (or 0x89CEAF) is known color: Vista Blue. HEX triplet: 89, CE and AF. RGB value is (137,206,175). Sum of RGB (Red+Green+Blue) = 137+206+175=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #89CEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CEAF is #763150. Grayscale: #B5B5B5. Windows color (decimal): -7745873 or 11521673. OLE color: 11521673.

HSL color Cylindrical-coordinate representation of color #89CEAF: hue angle of 153.04º 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 #89CEAF is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 206 175 -
CMYK 0.33 0 0.15 0.19
HSL 153.04º 0.41% 0.67% -
HSV(B) 153.04º 0.33% 0.81% -
XYZ 40.13 52.56 48.59 -
YUV 181.84 124.14 96.02 -
System Red Green Blue C M Y K H S L
Decimal 137 206 175 0.33 0 0.15 0.19 153.04 0.41 0.67
Hex 89 CE AF 21 0 F 13 99 29 43
Octal 211 316 257 41 0 17 23 231 51 103
Binary 10001001 11001110 10101111 100001 0 1111 10011 10011001 101001 1000011

Color Harmonies of #89CEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CEAF

Black with #89CEAF

Text Example


Text Example

White with #89CEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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