Html Css Color HEX #8CC7AA Vista Blue

📋 copy color: '#8CC7AA'

red 140 ◦ green 199 ◦ blue 170

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

Shades of Vista Blue #8CC7AA

Tints of Vista Blue #8CC7AA

RGB

 RED value IS 140 (55.08% from 255) = 27.5%

 GREEN value IS 199 (78.13% from 255) = 39.1%

 BLUE value IS 170 (66.8% from 255) = 33.4%

R = 27.5%
G = 39.1%
B = 33.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#8CC7AA (or 0x8CC7AA) is known color: Vista Blue. HEX triplet: 8C, C7 and AA. RGB value is (140,199,170). Sum of RGB (Red+Green+Blue) = 140+199+170=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 199 - color contains mainly: green. Hex color #8CC7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC7AA is #733855. Grayscale: #B2B2B2. Windows color (decimal): -7551062 or 11192204. OLE color: 11192204.

HSL color Cylindrical-coordinate representation of color #8CC7AA: hue angle of 150.51º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC7AA is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 199 170 -
CMYK 0.30 0 0.15 0.22
HSL 150.51º 0.35% 0.66% -
HSV(B) 150.51º 0.3% 0.78% -
XYZ 38.49 49.32 45.52 -
YUV 178.05 123.45 100.86 -
System Red Green Blue C M Y K H S L
Decimal 140 199 170 0.30 0 0.15 0.22 150.51 0.35 0.66
Hex 8C C7 AA 1E 0 F 16 97 23 42
Octal 214 307 252 36 0 17 26 227 43 102
Binary 10001100 11000111 10101010 11110 0 1111 10110 10010111 100011 1000010

Color Harmonies of #8CC7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC7AA

Black with #8CC7AA

Text Example


Text Example

White with #8CC7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CC7AA; }

 p { color: rgb(140,199,170); }

 H1.HeaderClassName
 {
   color: #8CC7AA;
 }
 .AnyTagClassName
 {
   color: #8CC7AA;
 }
</style>

background-color css

<style>
 a { background-color: #8CC7AA; }

 a { background-color: rgb(140,199,170); }

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

border-color css

<style>
 span { border-color: #8CC7AA; }

 span { border-color: rgb(140,199,170); }

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