Html Css Color HEX #89FAB2 Vista Blue

📋 copy color: '#89FAB2'

red 137 ◦ green 250 ◦ blue 178

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

Shades of Vista Blue #89FAB2

Tints of Vista Blue #89FAB2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.25%

 BLUE value IS 178 (69.92% from 255) = 31.5%

R = 24.25%
G = 44.25%
B = 31.5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#89FAB2 (or 0x89FAB2) is known color: Vista Blue. HEX triplet: 89, FA and B2. RGB value is (137,250,178). Sum of RGB (Red+Green+Blue) = 137+250+178=565 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.25% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #89FAB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #89FAB2 is #76054D. Grayscale: #D0D0D0. Windows color (decimal): -7734606 or 11729545. OLE color: 11729545.

HSL color Cylindrical-coordinate representation of color #89FAB2: hue angle of 141.77º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89FAB2 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 250 178 -
CMYK 0.45 0 0.29 0.02
HSL 141.77º 0.92% 0.76% -
HSV(B) 141.77º 0.45% 0.98% -
XYZ 52.54 76.9 54.19 -
YUV 208.01 111.06 77.35 -
System Red Green Blue C M Y K H S L
Decimal 137 250 178 0.45 0 0.29 0.02 141.77 0.92 0.76
Hex 89 FA B2 2D 0 1D 2 8E 5C 4C
Octal 211 372 262 55 0 35 2 216 134 114
Binary 10001001 11111010 10110010 101101 0 11101 10 10001110 1011100 1001100

Color Harmonies of #89FAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89FAB2

Black with #89FAB2

Text Example


Text Example

White with #89FAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,250,178); }

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

background-color css

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

 a { background-color: rgb(137,250,178); }

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

border-color css

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

 span { border-color: rgb(137,250,178); }

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