Html Css Color HEX #89CDB0 Vista Blue

📋 copy color: '#89CDB0'

red 137 ◦ green 205 ◦ blue 176

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

Shades of Vista Blue #89CDB0

Tints of Vista Blue #89CDB0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.58%

 BLUE value IS 176 (69.14% from 255) = 33.98%

R = 26.45%
G = 39.58%
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

#89CDB0 (or 0x89CDB0) is known color: Vista Blue. HEX triplet: 89, CD and B0. RGB value is (137,205,176). Sum of RGB (Red+Green+Blue) = 137+205+176=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #89CDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CDB0 is #76324F. Grayscale: #B5B5B5. Windows color (decimal): -7746128 or 11586953. OLE color: 11586953.

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

Color convert

RGB 137 205 176 -
CMYK 0.33 0 0.14 0.20
HSL 154.41º 0.4% 0.67% -
HSV(B) 154.41º 0.33% 0.8% -
XYZ 39.98 52.12 49.03 -
YUV 181.36 124.97 96.36 -
System Red Green Blue C M Y K H S L
Decimal 137 205 176 0.33 0 0.14 0.20 154.41 0.4 0.67
Hex 89 CD B0 21 0 E 14 9A 28 43
Octal 211 315 260 41 0 16 24 232 50 103
Binary 10001001 11001101 10110000 100001 0 1110 10100 10011010 101000 1000011

Color Harmonies of #89CDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CDB0

Black with #89CDB0

Text Example


Text Example

White with #89CDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,205,176); }

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

background-color css

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

 a { background-color: rgb(137,205,176); }

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

border-color css

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

 span { border-color: rgb(137,205,176); }

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