Html Css Color HEX #8FC6AA Vista Blue

📋 copy color: '#8FC6AA'

red 143 ◦ green 198 ◦ blue 170

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

Shades of Vista Blue #8FC6AA

Tints of Vista Blue #8FC6AA

RGB

 RED value IS 143 (56.25% from 255) = 27.98%

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

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

R = 27.98%
G = 38.75%
B = 33.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#8FC6AA (or 0x8FC6AA) is known color: Vista Blue. HEX triplet: 8F, C6 and AA. RGB value is (143,198,170). Sum of RGB (Red+Green+Blue) = 143+198+170=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC6AA is #703955. Grayscale: #B2B2B2. Windows color (decimal): -7354710 or 11191951. OLE color: 11191951.

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

Color convert

RGB 143 198 170 -
CMYK 0.28 0 0.14 0.22
HSL 149.45º 0.33% 0.67% -
HSV(B) 149.45º 0.28% 0.78% -
XYZ 38.78 49.13 45.47 -
YUV 178.36 123.28 102.78 -
System Red Green Blue C M Y K H S L
Decimal 143 198 170 0.28 0 0.14 0.22 149.45 0.33 0.67
Hex 8F C6 AA 1C 0 E 16 95 21 43
Octal 217 306 252 34 0 16 26 225 41 103
Binary 10001111 11000110 10101010 11100 0 1110 10110 10010101 100001 1000011

Color Harmonies of #8FC6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC6AA

Black with #8FC6AA

Text Example


Text Example

White with #8FC6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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