Html Css Color HEX #8FD6AD Vista Blue

📋 copy color: '#8FD6AD'

red 143 ◦ green 214 ◦ blue 173

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

Shades of Vista Blue #8FD6AD

Tints of Vista Blue #8FD6AD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.38%

 BLUE value IS 173 (67.97% from 255) = 32.64%

R = 26.98%
G = 40.38%
B = 32.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#8FD6AD (or 0x8FD6AD) is known color: Vista Blue. HEX triplet: 8F, D6 and AD. RGB value is (143,214,173). Sum of RGB (Red+Green+Blue) = 143+214+173=530 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.98% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD6AD is #702952. Grayscale: #BCBCBC. Windows color (decimal): -7350611 or 11392655. OLE color: 11392655.

HSL color Cylindrical-coordinate representation of color #8FD6AD: hue angle of 145.35º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FD6AD is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 143 214 173 -
CMYK 0.33 0 0.19 0.16
HSL 145.35º 0.46% 0.7% -
HSV(B) 145.35º 0.33% 0.84% -
XYZ 42.92 56.95 48.27 -
YUV 188.1 119.48 95.83 -
System Red Green Blue C M Y K H S L
Decimal 143 214 173 0.33 0 0.19 0.16 145.35 0.46 0.7
Hex 8F D6 AD 21 0 13 10 91 2E 46
Octal 217 326 255 41 0 23 20 221 56 106
Binary 10001111 11010110 10101101 100001 0 10011 10000 10010001 101110 1000110

Color Harmonies of #8FD6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD6AD

Black with #8FD6AD

Text Example


Text Example

White with #8FD6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,214,173); }

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

background-color css

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

 a { background-color: rgb(143,214,173); }

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

border-color css

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

 span { border-color: rgb(143,214,173); }

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