Html Css Color HEX #8CC6AA Vista Blue

📋 copy color: '#8CC6AA'

red 140 ◦ green 198 ◦ blue 170

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

Shades of Vista Blue #8CC6AA

Tints of Vista Blue #8CC6AA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.98%

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

R = 27.56%
G = 38.98%
B = 33.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#8CC6AA (or 0x8CC6AA) is known color: Vista Blue. HEX triplet: 8C, C6 and AA. RGB value is (140,198,170). Sum of RGB (Red+Green+Blue) = 140+198+170=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC6AA is #733955. Grayscale: #B1B1B1. Windows color (decimal): -7551318 or 11191948. OLE color: 11191948.

HSL color Cylindrical-coordinate representation of color #8CC6AA: hue angle of 151.03º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CC6AA is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 198 170 -
CMYK 0.29 0 0.14 0.22
HSL 151.03º 0.34% 0.66% -
HSV(B) 151.03º 0.29% 0.78% -
XYZ 38.27 48.87 45.45 -
YUV 177.47 123.78 101.28 -
System Red Green Blue C M Y K H S L
Decimal 140 198 170 0.29 0 0.14 0.22 151.03 0.34 0.66
Hex 8C C6 AA 1D 0 E 16 97 22 42
Octal 214 306 252 35 0 16 26 227 42 102
Binary 10001100 11000110 10101010 11101 0 1110 10110 10010111 100010 1000010

Color Harmonies of #8CC6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC6AA

Black with #8CC6AA

Text Example


Text Example

White with #8CC6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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