Html Css Color HEX #89CCB2 Vista Blue

📋 copy color: '#89CCB2'

red 137 ◦ green 204 ◦ blue 178

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

Shades of Vista Blue #89CCB2

Tints of Vista Blue #89CCB2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.31%

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

R = 26.4%
G = 39.31%
B = 34.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#89CCB2 (or 0x89CCB2) is known color: Vista Blue. HEX triplet: 89, CC and B2. RGB value is (137,204,178). Sum of RGB (Red+Green+Blue) = 137+204+178=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #89CCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CCB2 is #76334D. Grayscale: #B5B5B5. Windows color (decimal): -7746382 or 11717769. OLE color: 11717769.

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

Color convert

RGB 137 204 178 -
CMYK 0.33 0 0.13 0.2
HSL 156.72º 0.4% 0.67% -
HSV(B) 156.72º 0.33% 0.8% -
XYZ 39.95 51.72 50 -
YUV 181 126.3 96.61 -
System Red Green Blue C M Y K H S L
Decimal 137 204 178 0.33 0 0.13 0.2 156.72 0.4 0.67
Hex 89 CC B2 21 0 D 14 9D 28 43
Octal 211 314 262 41 0 15 24 235 50 103
Binary 10001001 11001100 10110010 100001 0 1101 10100 10011101 101000 1000011

Color Harmonies of #89CCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CCB2

Black with #89CCB2

Text Example


Text Example

White with #89CCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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